salix/db/versions/11227-maroonEucalyptus/00-addWorkerTimeControlMail...

5 lines
262 B
MySQL
Raw Permalink Normal View History

2024-09-12 08:27:18 +00:00
-- Place your SQL code here
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES ('WorkerTimeControlMail', 'count', 'READ', 'ALLOW', 'ROLE', 'employee'),
('Worker', '__get__mail', 'READ', 'ALLOW', 'ROLE', 'hr');