From 0ee463067212b15f746cb771184df8a5a5988143 Mon Sep 17 00:00:00 2001 From: remi Date: Mon, 27 Jul 2015 17:00:14 -0400 Subject: [PATCH] Bug 11879 - adds primary_contact_method column to deletedborrowers table --- .../deletedborrowers_primary_contact_method.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/deletedborrowers_primary_contact_method.sql diff --git a/installer/data/mysql/atomicupdate/deletedborrowers_primary_contact_method.sql b/installer/data/mysql/atomicupdate/deletedborrowers_primary_contact_method.sql new file mode 100644 index 0000000..d6faad4 --- /dev/null +++ b/installer/data/mysql/atomicupdate/deletedborrowers_primary_contact_method.sql @@ -0,0 +1 @@ +ALTER TABLE `deletedborrowers` ADD COLUMN `primary_contact_method` VARCHAR(45) NULL DEFAULT NULL; -- 1.7.9.5