change acl
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-10-21 09:20:27 +02:00
parent f968b19d1e
commit 18c119c62a
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('Business', '*', '*', 'ALLOW', 'ROLE', 'employee');
('Business', '*', '*', 'ALLOW', 'ROLE', 'hr');