mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
run rawsql for 01_init
This commit is contained in:
parent
2a5927e345
commit
0a731e3408
2 changed files with 54 additions and 55 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"update-tracker": "node scripts/update-tracker.js",
|
||||
"update-db": "prisma migrate deploy",
|
||||
"check-db": "node scripts/check-db.js",
|
||||
"migrate-db": "node scripts/migrate-db.js",
|
||||
"copy-db-files": "node scripts/copy-db-files.js",
|
||||
"generate-lang": "npm-run-all extract-lang merge-lang",
|
||||
"extract-lang": "formatjs extract \"{pages,components}/**/*.js\" --out-file build/messages.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue