diff --git a/db/changes/10470-family/00-aclZoneExclusionGeos.sql b/db/changes/10470-family/00-aclZoneExclusionGeos.sql index 3a157947d7..2259528042 100644 --- a/db/changes/10470-family/00-aclZoneExclusionGeos.sql +++ b/db/changes/10470-family/00-aclZoneExclusionGeos.sql @@ -1,2 +1,2 @@ INSERT INTO `salix`.`ACL`(`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) -VALUES('ZoneExclusionGeo', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file + VALUES('ZoneExclusionGeo', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file