salix/db/.archive/231001/00-report.sql

7 lines
195 B
MySQL
Raw Normal View History

2023-01-11 11:41:02 +00:00
UPDATE `vn`.`report`
2023-01-26 12:49:09 +00:00
SET `method`='InvoiceOuts/{refFk}/invoice-out-pdf'
2023-01-11 11:41:02 +00:00
WHERE name='invoice';
2023-01-17 11:51:04 +00:00
ALTER TABLE `vn`.`printQueue` MODIFY COLUMN printerFk tinyint(3) unsigned DEFAULT 82 NOT NULL;