Skip to content

Commit aaa8e52

Browse files
committed
tmp
1 parent 9ee6c0e commit aaa8e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/tests/expected/security.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ from pg_catalog.pg_proc p
77
where p.proowner = (select oid from pg_catalog.pg_roles where rolname = 'supabase_admin')
88
and p.prosecdef = true
99
order by 1,2;
10-
nspname | proname
11-
----------+--------------------------------
10+
nspname | proname
11+
-----------+--------------------------------
1212
graphql | get_schema_version
1313
graphql | increment_schema_version
1414
pgbouncer | get_auth

0 commit comments

Comments
 (0)