salix/db/changes/230201/00-report.sql

4 lines
90 B
MySQL
Raw Normal View History

2023-01-11 11:41:02 +00:00
UPDATE `vn`.`report`
2023-01-17 08:25:20 +00:00
SET `method`='InvoiceOuts/{refFk}/invoice'
2023-01-11 11:41:02 +00:00
WHERE name='invoice';