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 aaa8e52 commit fc1acd8Copy full SHA for fc1acd8
nix/tests/expected/security.out
@@ -7,7 +7,7 @@ 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
+ nspname | proname
11
-----------+--------------------------------
12
graphql | get_schema_version
13
graphql | increment_schema_version
0 commit comments