salix/db/versions/11314-redTulip/00-restrictedAsterisk.sql

4 lines
104 B
MySQL
Raw Normal View History

DELETE FROM `salix`.`ACL`
WHERE `model` = 'Worker'
AND `property` IN ('find', 'findById', 'findOne');