11 lines
479 B
SQL
11 lines
479 B
SQL
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Linediscount.txt} WHERE name = 'script.Linediscount';
|
|
COMMIT;
|
|
|
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.Totaldiscount.txt} WHERE name = 'script.Totaldiscount';
|
|
COMMIT;
|
|
|
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.multibuy.txt} WHERE name = 'script.multibuy';
|
|
COMMIT;
|
|
|
|
UPDATE applications SET version = $APP_VERSION{} WHERE id = $APP_NAME{};
|
|
COMMIT; |