salix/db/versions/11060-tealGalax/00-createRoleProductionRevi...

11 lines
296 B
MySQL
Raw Normal View History

INSERT INTO account.role
SET name = 'productionReviewer',
description = 'Revisor de producción',
hasLogin = TRUE,
created = util.VN_CURDATE(),
modified = util.VN_CURDATE(),
editorFk = NULL;
UPDATE salix.ACL
SET principalId = 'productionReviewer'
WHERE property = 'isInPreparing';