5.0 migration fix
This commit is contained in:
@@ -50,6 +50,9 @@ COMMIT;
|
|||||||
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.Totaldiscount.txt} WHERE name = 'script.Totaldiscount';
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
UPDATE resources SET content = $FILE{/com/unicenta/pos/templates/script.multibuy.txt} WHERE name = 'script.multibuy';
|
||||||
|
COMMIT;
|
||||||
|
|
||||||
-- ROLES
|
-- ROLES
|
||||||
DELETE FROM roles WHERE id = '0';
|
DELETE FROM roles WHERE id = '0';
|
||||||
INSERT INTO roles(id, name, permissions) VALUES('0', 'Administrator role', $FILE{/com/unicenta/pos/templates/Role.Administrator.xml} );
|
INSERT INTO roles(id, name, permissions) VALUES('0', 'Administrator role', $FILE{/com/unicenta/pos/templates/Role.Administrator.xml} );
|
||||||
|
|||||||
Reference in New Issue
Block a user