mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-11 11:14:56 +00:00
Consolidate migration commands
This commit is contained in:
@@ -34,8 +34,7 @@
|
||||
"plop": "plop",
|
||||
"nofile": "cat /proc/sys/fs/file-nr",
|
||||
"mail": "tsx ./src/cli/sendmail.ts",
|
||||
"migrate:create": "source .env && $PH_HOME/host/pocketbase --migrationsDir ./src/mothership-app/migrations migrate create",
|
||||
"migrate:down": "source .env && $PH_HOME/host/pocketbase --migrationsDir ./src/mothership-app/migrations migrate down"
|
||||
"migrate": "source .env && $PH_HOME/host/pocketbase --migrationsDir ./src/mothership-app/migrations migrate"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": false,
|
||||
|
||||
Reference in New Issue
Block a user