rw create table when start app
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"test:analytics": "tsx scripts/analytics-test.ts",
|
||||
"ch": "bash db/sql/clickhouse/ch-query.sh",
|
||||
"check-schema": "node db/db-inspector/run-all.js",
|
||||
"pg": "node db/sql/postgres/pg-query.js"
|
||||
"pg": "node db/sql/postgres/pg-query.js",
|
||||
"manual-sync": "tsx src/scripts/manualSync.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -39,6 +40,7 @@
|
||||
"@types/dotenv": "^8.2.3",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"@types/node": "^20.11.30",
|
||||
"@types/pg": "^8.11.11",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
||||
"@typescript-eslint/parser": "^7.4.0",
|
||||
|
||||
Reference in New Issue
Block a user