salix/db/.archive/231801/00-aclClientInforma.sql

4 lines
243 B
MySQL
Raw Normal View History

2023-05-04 07:02:23 +00:00
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES ('ClientInforma', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
('ClientInforma', '*', 'WRITE', 'ALLOW', 'ROLE', 'financial');