diff --git a/scripts/create_migration b/scripts/create_migration deleted file mode 100755 index 27e4a1bc..00000000 --- a/scripts/create_migration +++ /dev/null @@ -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 " -fi