Make goose.sh callable
This commit is contained in:
parent
e071aa4adc
commit
9e657ba36a
1 changed files with 2 additions and 1 deletions
3
db/migrations/goose.sh
Normal file → Executable file
3
db/migrations/goose.sh
Normal file → Executable file
|
|
@ -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 $*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue