Skip to content

Commit

Permalink
dev: add db:migrate:undo script (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Feb 27, 2024
1 parent 1f054b0 commit be6b25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"api-server": "yarn workspace ott-server debug",
"dev": "NODE_ENV=development concurrently \"yarn run api-server\" \"PORT=8080 yarn run serve\"",
"dev-windows": "SET NODE_ENV=development&&concurrently \"npm:api-server\" \"npm:serve\"",
"db:migrate": "yarn workspace ott-server run sequelize db:migrate"
"db:migrate": "yarn workspace ott-server run sequelize db:migrate",
"db:migrate:undo": "yarn workspace ott-server run sequelize db:migrate:undo"
},
"dependencies": {
"ansi-colors": "^4.1.1",
Expand Down

0 comments on commit be6b25a

Please sign in to comment.