diff --git a/services/db/install/changes/1.0.7/acl.sql b/services/db/install/changes/1.0.7/acl.sql index a094d51de0..fd90e96992 100644 --- a/services/db/install/changes/1.0.7/acl.sql +++ b/services/db/install/changes/1.0.7/acl.sql @@ -1 +1 @@ -INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES ('ClientContact', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file +INSERT INTO `salix`.`ACL` (`id`, `model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES (88, 'ClientContact', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file