add resetdb.sh for heroku

This commit is contained in:
2021-03-11 22:23:48 +03:00
parent 83f37339d7
commit 7c06874642
2 changed files with 6 additions and 0 deletions

4
resetdb.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
npm run typeorm -- schema:drop
npm run typeorm -- migration:run