mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:47:09 +00:00
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:
@@ -10,6 +10,9 @@
|
||||
"author": "Aaltronav s.r.o.",
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"config": {
|
||||
"db_schema": "^0.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user