Add database schema information to package.json.

Used to determine if the actual schema on the database
is compatible with the version of the server we're
attempting to run.
This commit is contained in:
D. Berge
2022-02-06 22:51:25 +01:00
parent 923ff1acea
commit 81ce6346b9

View File

@@ -10,6 +10,9 @@
"author": "Aaltronav s.r.o.",
"license": "UNLICENSED",
"private": true,
"config": {
"db_schema": "^0.1.0"
},
"engines": {
"node": ">=14.0.0"
},