From 8732d68157e5d65a8829cd00baa346e0e6d642c9 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 11 May 2020 11:27:16 +0100 Subject: [PATCH] Bug 25389: Correct original DB update for bug 22563 --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index d751465be5..c13fe03ec0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -19001,7 +19001,7 @@ if ( CheckVersion($DBversion) ) { UPDATE accountlines SET - accounttype = 'LOST_RETURNED' + accounttype = 'LOST_RETURN' WHERE accounttype = 'CR'; }); -- 2.20.1