From 67c7b281aea90bdda7bd15e1d2fdd657caefac74 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 17 Apr 2020 07:55:09 +0100 Subject: [PATCH] Bug 25152: (RM follow-up) Correction to update description Signed-off-by: Martin Renvoize --- 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 134f8a3d94..858829e2ab 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -21610,7 +21610,7 @@ $DBversion = '19.12.00.073'; if( CheckVersion( $DBversion ) ) { $dbh->do( "ALTER TABLE subscription MODIFY COLUMN closed tinyint(1) not null default 0" ); - NewVersion( $DBversion, 25152, "Description"); + NewVersion( $DBversion, 25152, "Update subscription.closed to tinyint(1) as per guidelines"); } # SEE bug 13068 -- 2.20.1