Rollbacks some changes

pull/7451/head
gurkanindibay 2024-02-01 15:54:22 +03:00
parent 5b910d5c36
commit 201e11b217
1 changed files with 2 additions and 2 deletions

View File

@ -93,13 +93,13 @@ CREATE ROLE non_dist_role_4;
SET citus.enable_create_role_propagation TO ON; SET citus.enable_create_role_propagation TO ON;
SET ROLE dist_role_1; SET ROLE non_dist_role_1;
GRANT non_dist_role_1 TO non_dist_role_2; GRANT non_dist_role_1 TO non_dist_role_2;
SET citus.enable_create_role_propagation TO OFF; SET citus.enable_create_role_propagation TO OFF;
GRANT dist_role_1 TO dist_role_2 granted by postgres; GRANT dist_role_1 TO dist_role_2;
RESET ROLE; RESET ROLE;