From ef39a69c94953cfc47c5b5e111c79d48963ca28d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 17 Jun 2019 15:01:11 +0100 Subject: [PATCH] Bug 22563: (QA follow-up) Correction to DB update --- installer/data/mysql/atomicupdate/bug_22563.perl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_22563.perl b/installer/data/mysql/atomicupdate/bug_22563.perl index 1c27e04676..e8176f7c6b 100644 --- a/installer/data/mysql/atomicupdate/bug_22563.perl +++ b/installer/data/mysql/atomicupdate/bug_22563.perl @@ -51,7 +51,7 @@ if ( CheckVersion($DBversion) ) { UPDATE accountlines SET - accounttype = 'LOST', + accounttype = 'LOST' WHERE accounttype = 'L'; }); @@ -60,7 +60,7 @@ if ( CheckVersion($DBversion) ) { UPDATE accountlines SET - accounttype = 'LOST_RETURNED', + accounttype = 'LOST_RETURNED' WHERE accounttype = 'CR'; }); -- 2.20.1