Fixed ACL
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f481cc3c97
commit
81088bc495
|
@ -1,20 +1,2 @@
|
||||||
INSERT INTO
|
INSERT INTO `salix`.`ACL` (model,property,accessType,permission,principalId)
|
||||||
salix.ACL (
|
VALUES ('WorkerDisableExcluded','*','*','ALLOW','employee');
|
||||||
id,
|
|
||||||
model,
|
|
||||||
property,
|
|
||||||
accessType,
|
|
||||||
permission,
|
|
||||||
principalType,
|
|
||||||
principalId
|
|
||||||
)
|
|
||||||
VALUES
|
|
||||||
(
|
|
||||||
344,
|
|
||||||
'WorkerDisableExcluded',
|
|
||||||
'*',
|
|
||||||
'*',
|
|
||||||
'ALLOW',
|
|
||||||
'ROLE',
|
|
||||||
'employee'
|
|
||||||
);
|
|
||||||
|
|
Loading…
Reference in New Issue