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 52
52
when : ebssurrogate_mode
53
53
54
54
- 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";
56
56
when : ebssurrogate_mode
57
57
58
58
- 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";
60
60
when : ebssurrogate_mode
61
61
62
62
- name : Reset db stats
You can’t perform that action at this time.
0 commit comments