Compare commits
No commits in common. "f5b16ca36d96fd4d6492caff763d69295c4e47c1" and "69bdf8efb28f5ad44d172a1fa97cd35feb3cc9b3" have entirely different histories.
f5b16ca36d
...
69bdf8efb2
|
@ -6,18 +6,10 @@ INSERT INTO salix.ACL (model,property,accessType,permission,principalType,princi
|
||||||
('WorkerRelative','updateAttributes','*','ALLOW','ROLE','hr'),
|
('WorkerRelative','updateAttributes','*','ALLOW','ROLE','hr'),
|
||||||
('WorkerRelative','crud','WRITE','ALLOW','ROLE','hr'),
|
('WorkerRelative','crud','WRITE','ALLOW','ROLE','hr'),
|
||||||
('WorkerRelative','findById','*','ALLOW','ROLE','hr'),
|
('WorkerRelative','findById','*','ALLOW','ROLE','hr'),
|
||||||
('WorkerRelative','find','*','ALLOW','ROLE','hr'),
|
|
||||||
('WorkerRelative','upsert','*','ALLOW','ROLE','hr'),
|
|
||||||
('WorkerRelative','filter','*','ALLOW','ROLE','hr'),
|
|
||||||
('WorkerIrpf','updateAttributes','*','ALLOW','ROLE','hr'),
|
('WorkerIrpf','updateAttributes','*','ALLOW','ROLE','hr'),
|
||||||
('WorkerIrpf','crud','*','ALLOW','ROLE','hr'),
|
('WorkerIrpf','crud','*','ALLOW','ROLE','hr'),
|
||||||
('WorkerIrpf','findById','*','ALLOW','ROLE','hr'),
|
('WorkerRelative','findById','*','ALLOW','ROLE','hr'),
|
||||||
('WorkerIrpf','find','*','ALLOW','ROLE','hr'),
|
|
||||||
('WorkerIrpf','upsert','*','ALLOW','ROLE','hr'),
|
|
||||||
('WorkerIrpf','filter','*','ALLOW','ROLE','hr'),
|
|
||||||
('DisabilityGrade','updateAttributes','*','ALLOW','ROLE','hr'),
|
('DisabilityGrade','updateAttributes','*','ALLOW','ROLE','hr'),
|
||||||
('DisabilityGrade','crud','*','ALLOW','ROLE','hr'),
|
('DisabilityGrade','crud','*','ALLOW','ROLE','hr'),
|
||||||
('DisabilityGrade','findById','*','ALLOW','ROLE','hr'),
|
('DisabilityGrade','findById','*','ALLOW','ROLE','hr');
|
||||||
('DisabilityGrade','find','*','ALLOW','ROLE','hr'),
|
|
||||||
('DisabilityGrade','upsert','*','ALLOW','ROLE','hr');
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue