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

Fixed check of NS version in upgrade script

parent f95b0595
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ END;
DECLARE
unused VARCHAR(100);
BEGIN
SELECT release FROM UpgradeLog@remoteNs
SELECT release INTO unused FROM UpgradeLog@remoteNs
WHERE startDate = (SELECT MAX(startDate) FROM UpgradeLog@remoteNs)
AND (release LIKE '2_1_13_%');
EXCEPTION WHEN NO_DATA_FOUND THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment