diff --git a/db/changes/10002-lent/00-ACL.sql b/db/changes/10002-lent/00-ACL.sql index b9d71b6b1..bc2e7f068 100644 --- a/db/changes/10002-lent/00-ACL.sql +++ b/db/changes/10002-lent/00-ACL.sql @@ -1,3 +1,3 @@ INSERT INTO `salix`.`ACL` (`id`, `model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES - ('160', 'TicketServiceType', '*', 'READ', 'ALLOW', 'ROLE', 'employee'); + (160, 'TicketServiceType', '*', 'READ', 'ALLOW', 'ROLE', 'employee');