INFRA-3233 : Remove create role (#425)

This commit is contained in:
Vijay Joshi
2024-05-27 11:39:31 +05:30
committed by GitHub
parent f00757c590
commit dbf408380f

View File

@@ -1,5 +1,3 @@
CREATE ROLE service_user_readonly;
GRANT SELECT, INSERT, UPDATE, DELETE, TRUNCATE ON TABLE dbz_heartbeat TO service_user_readonly;
GRANT SELECT, UPDATE ON SEQUENCE dbz_heartbeat_id_seq TO service_user_readonly;