Make goose.sh callable

This commit is contained in:
Eli Ribble 2025-12-18 03:37:07 -07:00
parent e071aa4adc
commit 9e657ba36a

3
db/migrations/goose.sh Normal file → Executable file
View 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 $*