feat: refs #8304 add ACL entry for WorkerDms with high privileges #3353

Open
jtubau wants to merge 7 commits from 8304-workerChangesAndFixes into dev
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a167e7fada - Show all commits

View File

@ -0,0 +1,2 @@
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES('WorkerDms', 'hasHighPrivs', 'READ', 'ALLOW', 'ROLE', 'hr');