Skip to content

Commit f81b420

Browse files
committed
fix: commit schema.sql file
1 parent 7a460f9 commit f81b420

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migrations/schema.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ BEGIN
298298
alter default privileges in schema graphql grant all on tables to postgres, anon, authenticated, service_role;
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;
301+
302+
grant usage on schema graphql_public to postgres with grant option;
303+
grant usage on schema graphql to postgres with grant option;
301304
END IF;
302305

303306
END;

0 commit comments

Comments
 (0)