2024-12-24 12:01:23 +00:00
|
|
|
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
|
2024-12-27 14:36:19 +00:00
|
|
|
VALUES ('Vehicle', 'filter', 'READ', 'ALLOW', 'ROLE', 'delivery'),
|
2024-12-27 11:21:46 +00:00
|
|
|
('Vehicle', 'updateAttributes', 'WRITE', 'ALLOW', 'ROLE', 'delivery'),
|
2024-12-27 14:36:19 +00:00
|
|
|
('BankPolicy', 'find', 'READ', 'ALLOW', 'ROLE', 'delivery'),
|
2025-01-20 16:29:18 +00:00
|
|
|
('VehicleState', 'find', 'READ', 'ALLOW', 'ROLE', 'delivery' ),
|
|
|
|
('Ppe', 'find', 'READ', 'ALLOW', 'ROLE', 'delivery' ),
|
2024-12-26 16:52:36 +00:00
|
|
|
('Vehicle', 'deleteById', 'WRITE', 'ALLOW', 'ROLE', 'deliveryBoss');
|