fix: Fix ordering with mutation queries
This commit is contained in:
committed by
Steve Chavez
parent
5ff51de36f
commit
fc35d6d0f8
Vendored
+3
@@ -61,3 +61,6 @@ REVOKE EXECUTE ON FUNCTION privileged_hello(text) FROM PUBLIC; -- All functions
|
||||
GRANT EXECUTE ON FUNCTION privileged_hello(text) TO postgrest_test_author;
|
||||
|
||||
GRANT USAGE ON SCHEMA test TO postgrest_test_default_role;
|
||||
|
||||
GRANT ALL ON TABLE artists TO postgrest_test_anonymous;
|
||||
GRANT ALL ON TABLE albums TO postgrest_test_anonymous;
|
||||
|
||||
Reference in New Issue
Block a user