Delete old migration script
This commit is contained in:
parent
e1fd58c9bc
commit
09f2984f1e
@ -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
|
|
Loading…
Reference in New Issue
Block a user