5.0.1 migration scripts

This commit is contained in:
2023-05-18 15:54:44 +01:00
parent 74e406bb25
commit 3b6c408850
5 changed files with 14 additions and 116 deletions
@@ -0,0 +1,7 @@
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Linediscount.txt} WHERE name = 'script.Linediscount';
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Totaldiscount.txt} WHERE name = 'script.Totaldiscount';
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.multibuy.txt} WHERE name = 'script.multibuy';
UPDATE applications SET version = $APP_VERSION{} WHERE id = $APP_ID{};