From d6a627d90aed6c2b9417e7508936e6d6cb4182e1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Jul 2019 08:04:45 +0000 Subject: [PATCH] Bug 23151: (QA follow-up) Remove debug leftover Content-Type: text/plain; charset=utf-8 Removes: Running... Running... Ran Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/bug_23151.perl | 3 --- 1 file changed, 3 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_23151.perl b/installer/data/mysql/atomicupdate/bug_23151.perl index 0ae3c80624..f32bef2973 100644 --- a/installer/data/mysql/atomicupdate/bug_23151.perl +++ b/installer/data/mysql/atomicupdate/bug_23151.perl @@ -1,11 +1,8 @@ $DBversion = 'XXX'; if ( CheckVersion( $DBversion ) ) { - print "Running... "; unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) { - print "Running... "; $dbh->do("ALTER TABLE borrower_modifications ADD changed_fields MEDIUMTEXT AFTER verification_token;"); } - print "Ran\n"; SetVersion( $DBversion ); print "Upgrade to $DBversion done (Bug 23151 - Add borrower_modifications.changed_fields column)\n"; } -- 2.11.0