salix/db/versions/11108-redRose/00-firstScript.sql

7 lines
302 B
MySQL
Raw Permalink Normal View History

2024-06-18 11:28:21 +00:00
-- Place your SQL code here
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES
('MedicalReview', '*', '*', 'ALLOW', 'ROLE', 'hr'),
('MedicalCenter', '*', '*', 'ALLOW', 'ROLE', 'hr'),
('Worker', '__get__medicalReview', '*', 'ALLOW', 'ROLE', 'hr');