We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee6c0e commit aaa8e52Copy full SHA for aaa8e52
nix/tests/expected/security.out
@@ -7,8 +7,8 @@ from pg_catalog.pg_proc p
7
where p.proowner = (select oid from pg_catalog.pg_roles where rolname = 'supabase_admin')
8
and p.prosecdef = true
9
order by 1,2;
10
- nspname | proname
11
-----------+--------------------------------
+ nspname | proname
+-----------+--------------------------------
12
graphql | get_schema_version
13
graphql | increment_schema_version
14
pgbouncer | get_auth
0 commit comments