mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
add resetdb.sh for heroku
This commit is contained in:
4
resetdb.sh
Executable file
4
resetdb.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
npm run typeorm -- schema:drop
|
||||
npm run typeorm -- migration:run
|
||||
Reference in New Issue
Block a user