From 36d20d4600a0f4f3e9cfc6911689ba5be356b90f Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 31 Jul 2019 18:51:59 +0000 Subject: [PATCH] Bug 23151: (RM follow-up) Delete atomicupdate file Signed-off-by: Lucas Gass --- installer/data/mysql/atomicupdate/bug_23151.perl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/bug_23151.perl diff --git a/installer/data/mysql/atomicupdate/bug_23151.perl b/installer/data/mysql/atomicupdate/bug_23151.perl deleted file mode 100644 index f32bef2973..0000000000 --- a/installer/data/mysql/atomicupdate/bug_23151.perl +++ /dev/null @@ -1,8 +0,0 @@ -$DBversion = 'XXX'; -if ( CheckVersion( $DBversion ) ) { - unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) { - $dbh->do("ALTER TABLE borrower_modifications ADD changed_fields MEDIUMTEXT AFTER verification_token;"); - } - SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug 23151 - Add borrower_modifications.changed_fields column)\n"; -} -- 2.39.2