4 Commits

Author SHA1 Message Date
hugh 4bb441ffe0 5.0.1 release 2023-05-18 14:27:29 +01:00
hugh 725fdabc5e 5.0 migration fix 2023-05-04 15:18:17 +01:00
hugh-unicenta 28e29a2396 Merge pull request #9 from uniCenta/5.0-migration-fix
#8 5.0 migration fix
2023-05-04 14:08:00 +01:00
hugh 22236cc1a0 #8 5.0 migration fix
Fix for #8 migration fix
2023-05-04 14:07:19 +01:00
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>com.unicenta</groupId>
<artifactId>unicentaopos</artifactId>
<version>5.0</version>
<version>5.0.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -44,6 +44,14 @@ COMMIT;
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/customer.updated.xml} WHERE name = 'Customer.Updated';
COMMIT;
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;
-- ROLES
DELETE FROM roles WHERE id = '0';