4 lines
111 B
MySQL
4 lines
111 B
MySQL
|
UPDATE `salix`.`ACL`
|
||
|
SET model = 'InvoiceOut'
|
||
|
WHERE property IN ('negativeBases', 'negativeBasesCsv');
|