Skip to content
Snippets Groups Projects
Commit cf458ab1 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed cupv schema version

parent 67fc9b7a
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ BEGIN
ROLLBACK;
UPDATE UpgradeLog
SET failureCount = failureCount + 1
WHERE schemaVersion = '2_1_14_2'
WHERE schemaVersion = '2_1_9_3'
AND release = '2_1_14_3'
AND state != 'COMPLETE';
COMMIT;
......@@ -52,7 +52,7 @@ END;
/
INSERT INTO UpgradeLog (schemaVersion, release, type)
VALUES ('2_1_14_2', '2_1_14_3', 'TRANSPARENT');
VALUES ('2_1_9_3', '2_1_14_3', 'TRANSPARENT');
COMMIT;
/* Schema change */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment