From 8fa2041e982935cda59a5f05be71fff4878818db 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.22.0