Skip to content

Commit

Permalink
OLMIS-8005: Added DHIS2 Integration rights
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski committed Oct 11, 2024
1 parent e385609 commit 005641b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
INSERT INTO referencedata.rights (id, description, name, type) VALUES ('db1f5075-6894-4b2d-a4b2-efc4652f09d5', NULL, 'MANAGE_DHIS2_SUPERVISORY_NODES', 'SUPERVISION');
INSERT INTO referencedata.rights (id, description, name, type) VALUES ('85abf93a-ea22-42a9-be7c-5baf64d757f9', NULL, 'MANAGE_DHIS2', 'GENERAL_ADMIN');
INSERT INTO referencedata.rights (id, description, name, type) VALUES ('f37f5982-e36d-4712-9b7f-01c703df5fb5', NULL, 'MANAGE_DHIS2_PERIODS', 'GENERAL_ADMIN');

INSERT INTO referencedata.role_rights (roleid, rightid) VALUES ('a439c5de-b8aa-11e6-80f5-76304dec7eb7', 'db1f5075-6894-4b2d-a4b2-efc4652f09d5');
INSERT INTO referencedata.role_rights (roleid, rightid) VALUES ('a439c5de-b8aa-11e6-80f5-76304dec7eb7', '85abf93a-ea22-42a9-be7c-5baf64d757f9');
INSERT INTO referencedata.role_rights (roleid, rightid) VALUES ('a439c5de-b8aa-11e6-80f5-76304dec7eb7', 'f37f5982-e36d-4712-9b7f-01c703df5fb5');

0 comments on commit 005641b

Please sign in to comment.