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
|
||||
salix.ACL (
|
||||
id,
|
||||
model,
|
||||
property,
|
||||
accessType,
|
||||
permission,
|
||||
principalType,
|
||||
principalId
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
344,
|
||||
'WorkerDisableExcluded',
|
||||
'*',
|
||||
'*',
|
||||
'ALLOW',
|
||||
'ROLE',
|
||||
'employee'
|
||||
);
|
||||
INSERT INTO `salix`.`ACL` (model,property,accessType,permission,principalId)
|
||||
VALUES ('WorkerDisableExcluded','*','*','ALLOW','employee');
|
||||
|
|
Loading…
Reference in New Issue