@@ -, +, @@ --- installer/data/mysql/atomicupdate/bug_23151.perl | 3 --- 1 file changed, 3 deletions(-) --- a/installer/data/mysql/atomicupdate/bug_23151.perl +++ a/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"; } --