Skip to content

Commit 7c6cfc2

Browse files
committed
fix: add missing comment
1 parent f81b420 commit 7c6cfc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/schema.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ BEGIN
299299
alter default privileges in schema graphql grant all on functions to postgres, anon, authenticated, service_role;
300300
alter default privileges in schema graphql grant all on sequences to postgres, anon, authenticated, service_role;
301301

302+
-- Allow postgres role to allow granting usage on graphql and graphql_public schemas to custom roles
302303
grant usage on schema graphql_public to postgres with grant option;
303304
grant usage on schema graphql to postgres with grant option;
304305
END IF;

0 commit comments

Comments
 (0)