File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ GRANT SELECT ON ALL TABLES IN SCHEMA pg_catalog TO xxx_db_hasura_username_xxx;
3232-- grant all privileges on all tables in the public schema to the hasura user
3333GRANT ALL ON SCHEMA public TO xxx_db_hasura_username_xxx;
3434GRANT ALL ON ALL TABLES IN SCHEMA public TO xxx_db_hasura_username_xxx;
35- GRANT ALL ON ALL SEQUENCES IN SCHEMA public TO xxx_db_hasura_username_xxx;
3635GRANT ALL ON ALL FUNCTIONS IN SCHEMA public TO xxx_db_hasura_username_xxx;
3736
3837-- create database for auth and give ALL privileges to auth db user
@@ -91,7 +90,6 @@ GRANT SELECT ON ALL TABLES IN SCHEMA pg_catalog TO xxx_db_hasura_username_xxx;
9190-- grant all privileges on all tables in the public schema to the hasura user
9291GRANT ALL ON SCHEMA public TO xxx_db_hasura_username_xxx;
9392GRANT ALL ON ALL TABLES IN SCHEMA public TO xxx_db_hasura_username_xxx;
94- GRANT ALL ON ALL SEQUENCES IN SCHEMA public TO xxx_db_hasura_username_xxx;
9593GRANT ALL ON ALL FUNCTIONS IN SCHEMA public TO xxx_db_hasura_username_xxx;
9694
9795-- grant usage to the public schema to the timetables-api user
You can’t perform that action at this time.
0 commit comments