From 30ea935720f8848be8a9a467d9dda89275d4557b Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 14 Apr 2020 15:54:17 +0100 Subject: [PATCH] Bug 20754: (RM follow-up) Fix DB Update Signed-off-by: Martin Renvoize --- installer/data/mysql/updatedatabase.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index b502a4a3f5..d7111e446a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -21526,8 +21526,7 @@ if( CheckVersion( $DBversion ) ) { a.shelfnumber=b.shelfnumber |); - SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug 20754: Remove double accepted list shares)\n"; + NewVersion( $DBversion, 20754, "Remove double accepted list shares" ); } # SEE bug 13068 -- 2.39.5