From 7661629e9804cb3b0c1249a80bd5b797da2a0482 Mon Sep 17 00:00:00 2001 From: Brendan A Gallagher Date: Thu, 31 Mar 2016 17:54:46 +0000 Subject: [PATCH] fixing DBrev Bug 16103 Signed-off-by: Brendan A Gallagher --- installer/data/mysql/updatedatabase.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 45c293295c..1ef9a9b0bd 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11755,9 +11755,6 @@ if ( CheckVersion($DBversion) ) { $dbh->do(q{ ALTER TABLE deletedborrowers ADD sms_provider_id INT( 11 ) NULL DEFAULT NULL AFTER smsalertnumber; }); - $dbh->do(q{ - ALTER TABLE deletedborrowers ADD FOREIGN KEY ( sms_provider_id ) REFERENCES sms_providers ( id ) ON UPDATE CASCADE ON DELETE SET NULL; - }); print "Upgrade to $DBversion done (Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send drivers)\n"; SetVersion($DBversion); -- 2.39.2