File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ GRANT SELECT ON ALL TABLES IN SCHEMA information_schema TO xxx_db_hasura_usernam
3030GRANT SELECT ON ALL TABLES IN SCHEMA pg_catalog TO xxx_db_hasura_username_xxx;
3131
3232-- grant all privileges on all tables in the public schema to the hasura user
33- GRANT ALL ON SCHEMA public TO xxx_db_hasura_username_xxx;
33+ GRANT USAGE ON SCHEMA public TO xxx_db_hasura_username_xxx;
3434GRANT ALL ON ALL TABLES IN SCHEMA public TO xxx_db_hasura_username_xxx;
3535GRANT ALL ON ALL SEQUENCES IN SCHEMA public TO xxx_db_hasura_username_xxx;
3636GRANT ALL ON ALL FUNCTIONS IN SCHEMA public TO xxx_db_hasura_username_xxx;
@@ -89,7 +89,7 @@ GRANT SELECT ON ALL TABLES IN SCHEMA information_schema TO xxx_db_hasura_usernam
8989GRANT SELECT ON ALL TABLES IN SCHEMA pg_catalog TO xxx_db_hasura_username_xxx;
9090
9191-- grant all privileges on all tables in the public schema to the hasura user
92- GRANT ALL ON SCHEMA public TO xxx_db_hasura_username_xxx;
92+ GRANT USAGE ON SCHEMA public TO xxx_db_hasura_username_xxx;
9393GRANT ALL ON ALL TABLES IN SCHEMA public TO xxx_db_hasura_username_xxx;
9494GRANT ALL ON ALL SEQUENCES IN SCHEMA public TO xxx_db_hasura_username_xxx;
9595GRANT ALL ON ALL FUNCTIONS IN SCHEMA public TO xxx_db_hasura_username_xxx;
You can’t perform that action at this time.
0 commit comments