Skip to content
Snippets Groups Projects
Commit 4543dad1 authored by Dennis Waldron's avatar Dennis Waldron
Browse files

Fixed sql statement to flag completion

parent f45f9ff6
Branches
Tags
No related merge requests found
......@@ -99,6 +99,6 @@ END;
/* Flag the schema upgrade as COMPLETE */
/***************************************/
UPDATE UpgradeLog SET endDate = sysdate, state = 'COMPLETE';
UPDATE UpgradeLog SET endDate = sysdate, state = 'COMPLETE'
WHERE release = 'newRelTag';
COMMIT;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment