salix/db/.archive/233401/00-setDeleted_acl.sql

7 lines
170 B
MySQL
Raw Normal View History

UPDATE `salix`.`ACL`
2023-07-19 12:14:35 +00:00
SET principalId='salesPerson'
WHERE
model='Ticket'
AND property='setDeleted'
AND accessType='WRITE';