From d0881b76e034ee92226b47a091f6d82d9f632691 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 24 Oct 2025 23:02:28 +0200 Subject: [PATCH] Update migrate --- scripts/migrate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/migrate.sh b/scripts/migrate.sh index ae4f0d3f..5490040c 100755 --- a/scripts/migrate.sh +++ b/scripts/migrate.sh @@ -8,8 +8,8 @@ source .env export PGPASSWORD=$SUPABASE_DB_PASSWORD psql \ - -h db.ltzepxnhhnrnvovqblfr.supabase.co \ + -h db.zbspxezubpzxmuxciurg.supabase.co \ -p 5432 \ -d postgres \ -U postgres \ - -f backend/supabase/migration.sql + -f "$1" \