Skip to content

Commit 16106e9

Browse files
committed
test
1 parent da224db commit 16106e9

File tree

1 file changed

+1
-0
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-0
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ CI_start_postgres() {
8787
swap_postgres_and_supabase_admin() {
8888
run_sql <<'EOSQL'
8989
begin;
90+
fail;
9091
create role supabase_tmp superuser;
9192
set session authorization supabase_tmp;
9293

0 commit comments

Comments
 (0)