INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId) VALUES ('VnUser', '*', '*', 'ALLOW', 'ROLE', 'employee'), ('VnUser','acl','READ','ALLOW','ROLE','account'), ('VnUser','getCurrentUserData','READ','ALLOW','ROLE','account'), ('VnUser','changePassword', 'WRITE', 'ALLOW', 'ROLE', 'account'); DELETE FROM `salix`.`ACL` WHERE (model, property) = ('Account', 'acl'); DELETE FROM `salix`.`ACL` WHERE (model, property) = ('Account', 'getCurrentUserData'); UPDATE `hedera`.`imageCollection` t SET t.model = 'VnUser' WHERE t.id = 6;