From 9e657ba36ad2c111ac3ddd1b27aab5a44c0011c0 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 18 Dec 2025 03:37:07 -0700 Subject: [PATCH] Make goose.sh callable --- db/migrations/goose.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 db/migrations/goose.sh 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 $*