2024-10-18 05:55:37 +00:00
|
|
|
|
|
|
|
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
|
2024-10-22 08:38:18 +00:00
|
|
|
VALUES
|
|
|
|
('CompanyI18n','*','*','ALLOW','ROLE','employee'),
|
|
|
|
('ItemTypeI18n','*','*','ALLOW','ROLE','employee'),
|
|
|
|
('InkI18n','*','*','ALLOW','ROLE','employee'),
|
|
|
|
('OriginI18n','*','*','ALLOW','ROLE','employee'),
|
|
|
|
('StateI18n','*','*','ALLOW','ROLE','employee'),
|
|
|
|
('TagI18n','*','*','ALLOW','ROLE','employee'),
|
|
|
|
('itemCategoryI18n','*','*','ALLOW','ROLE','employee');
|
|
|
|
|
|
|
|
|
|
|
|
|