2023-11-21 11:32:36 +00:00
|
|
|
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
|
|
|
|
VALUES
|
2024-02-19 13:46:42 +00:00
|
|
|
('Collection', 'assign', 'WRITE', 'ALLOW', 'ROLE', 'production'),
|
2024-01-30 13:58:11 +00:00
|
|
|
('ExpeditionPallet', 'getPallet', 'READ', 'ALLOW', 'ROLE', 'production'),
|
|
|
|
('MachineWorker','updateInTime','WRITE','ALLOW','ROLE','production'),
|
|
|
|
('MobileAppVersionControl','getVersion','READ','ALLOW','ROLE','production'),
|
2024-02-20 09:59:13 +00:00
|
|
|
('SaleTracking','delete','WRITE','ALLOW','ROLE','production'),
|
2024-01-30 13:58:11 +00:00
|
|
|
('SaleTracking','updateTracking','WRITE','ALLOW','ROLE','production'),
|
2024-02-20 09:59:13 +00:00
|
|
|
('SaleTracking','setPicked','WRITE','ALLOW','ROLE','production'),
|
2024-01-03 11:50:53 +00:00
|
|
|
('ExpeditionPallet', '*', 'READ', 'ALLOW', 'ROLE', 'production'),
|
2024-03-04 08:30:07 +00:00
|
|
|
('Sale', 'getFromSectorCollection', 'READ', 'ALLOW', 'ROLE', 'production'),
|
|
|
|
('ItemBarcode', 'delete', 'WRITE', 'ALLOW', 'ROLE', 'production');
|