diff --git a/db/migrations/goose.sh b/db/migrations/goose.sh old mode 100644 new mode 100755 index 7aef17a7..686d7a18 --- a/db/migrations/goose.sh +++ b/db/migrations/goose.sh @@ -1 +1,2 @@ -GOOSE_DRIVER=postgres GOOSE_DBSTRING=dbname=nidus-sync sslmode=disable goose up +#!/run/current-system/sw/bin/bash +GOOSE_DRIVER=postgres GOOSE_DBSTRING=dbname=nidus-sync sslmode=disable goose $*