forked from cerc-io/ipld-eth-server
Delete old migration script
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -eq 1 ]
|
||||
then
|
||||
$GOPATH/bin/migrate create -dir ./db/migrations -ext sql $1
|
||||
else
|
||||
echo "**An Error Occurred**"
|
||||
echo "Usage: ./scripts/create_migration <migration-name>"
|
||||
fi
|
||||
Reference in New Issue
Block a user