From df6adc9e1f3ac96b9493b89396c0a9e016d61243 Mon Sep 17 00:00:00 2001 From: mehdi Date: Fri, 8 Jul 2016 13:42:02 -0400 Subject: [PATCH] Bug 11879 - updatedatabase.pl no longer adds column primary_contact_method to table borrowers Signed-off-by: mehdi --- installer/data/mysql/updatedatabase.pl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 2e1fd73..20d2608 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8724,12 +8724,6 @@ if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done (Bug 10402: Move bookseller contacts to separate table)\n"; SetVersion($DBversion); } -$DBversion = "XXX"; -if ( CheckVersion($DBversion) ) { - $dbh->do("ALTER TABLE `borrowers` ADD COLUMN `primary_contact_method` VARCHAR(45) NULL DEFAULT NULL;"); - print "Upgrade to $DBversion done (Bug 11879: Add a new borrower field : main contact method)\n"; - SetVersion($DBversion); -} $DBversion = "3.17.00.017"; if ( CheckVersion($DBversion) ) { -- 1.9.1