File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 when : ebssurrogate_mode
5353
5454- name : Drop pgTap extension
55- shell : /usr/lib/postgresql/bin/psql -U postgres -h localhost -d postgres -c "DROP extension if exists pgtap";
55+ shell : /usr/lib/postgresql/bin/psql -U supabase_admin -h localhost -d postgres -c "DROP extension if exists pgtap";
5656 when : ebssurrogate_mode
5757
5858- name : Drop extension test function
59- shell : /usr/lib/postgresql/bin/psql -U postgres -h localhost -d postgres -c "DROP FUNCTION IF EXISTS install_available_extensions_and_test";
59+ shell : /usr/lib/postgresql/bin/psql -U supabase_admin -h localhost -d postgres -c "DROP FUNCTION IF EXISTS install_available_extensions_and_test";
6060 when : ebssurrogate_mode
6161
6262- name : Reset db stats
You can’t perform that action at this time.
0 commit comments