Add sync-tables script to package.json for table synchronization

This commit is contained in:
Torsten Schulz (local)
2026-01-23 13:18:46 +01:00
parent 9333a8318c
commit 13f5660fee
2 changed files with 44 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"dev": "NODE_ENV=development node server.js",
"start-daemon": "node daemonServer.js",
"sync-db": "node sync-database.js",
"sync-tables": "node sync-tables-only.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],