4 lines
104 B
MySQL
4 lines
104 B
MySQL
|
DELETE FROM `salix`.`ACL`
|
||
|
WHERE `model` = 'Worker'
|
||
|
AND `property` IN ('find', 'findById', 'findOne');
|