Rollbacks all changes

pull/7451/head
gurkanindibay 2024-02-01 15:54:52 +03:00
parent 201e11b217
commit b8e915ce74
1 changed files with 3 additions and 1 deletions

View File

@ -93,12 +93,14 @@ CREATE ROLE non_dist_role_4;
SET citus.enable_create_role_propagation TO ON;
SET ROLE non_dist_role_1;
SET ROLE dist_role_1;
GRANT non_dist_role_1 TO non_dist_role_2;
SET citus.enable_create_role_propagation TO OFF;
SET ROLE non_dist_role_1;
GRANT dist_role_1 TO dist_role_2;
RESET ROLE;