2025-01-10 12:42:29 +00:00
|
|
|
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
|
2025-01-21 13:45:13 +00:00
|
|
|
VALUES
|
|
|
|
('WorkerDms', 'hasHighPrivs', 'READ', 'ALLOW', 'ROLE', 'hr'),
|
|
|
|
('Business', 'updateAttributes', 'WRITE', 'ALLOW', 'ROLE', 'hr'),
|
|
|
|
('Worker', '__get__business', 'READ', 'ALLOW', 'ROLE', 'hr')
|
|
|
|
;
|