Files
unicenta-opos/src/main/resources/com/unicenta/pos/scripts/MariaDB-upgrade_master.sql
T

4 lines
195 B
SQL
Raw Normal View History

2023-11-11 15:10:31 +00:00
UPDATE applications SET version = $APP_VERSION{} WHERE id = $APP_ID{};
2023-06-23 17:37:23 +01:00
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/Printer.Ticket.xml} WHERE name = 'Printer.Ticket';
COMMIT;