forked from cerc-io/ipld-eth-server
Add contracts table / start building out watch contracts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
if [ $# -eq 1 ]
|
||||
then
|
||||
migrate create -dir ./migrations -ext sql $1
|
||||
migrate create -dir ./db/migrations -ext sql $1
|
||||
else
|
||||
echo "**An Error Occurred**"
|
||||
echo "Usage: ./scripts/create_migration <migration-name>"
|
||||
|
||||
Reference in New Issue
Block a user