refs 6930 feat: ACL
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9cad2de9fb
commit
1d1d950e4b
|
@ -1,4 +1,5 @@
|
||||||
-- Place your SQL code here
|
-- Place your SQL code here
|
||||||
|
|
||||||
INSERT IGNORE INTO `salix`.`ACL`(`model`,`property`,`accessType`,`permission`, `principalType`, `principalId`)
|
INSERT IGNORE INTO `salix`.`ACL`(`model`,`property`,`accessType`,`permission`, `principalType`, `principalId`)
|
||||||
VALUES(VnUser,logoutMultimedia,*,ALLOW,ROLE,employee)
|
VALUES
|
||||||
|
('VnUser','logoutMultimedia','*','ALLOW','ROLE','employee')
|
||||||
|
|
Loading…
Reference in New Issue