From e491e8dbfa466e1c77b87f10d44c4d3a68ed4035 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 Signed-off-by: Kyle M Hall --- 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 aa29daa098..277d094b34 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.24.2 (Apple Git-127)