From dcb39a999c0d6d49069e3e2b917aae363bf6c6d9 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 5 Jul 2016 11:02:25 +1200 Subject: [PATCH] CRM-19034 Remove line that makes all countries upper case This turned out to be a bad thing :-) separate issue will deal with repairing casing. --- CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl index cbe3dd9778..7ef1d6af18 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl @@ -50,9 +50,6 @@ ALTER TABLE civicrm_payment_processor_type ADD COLUMN `payment_instrument_id` int unsigned DEFAULT 1 COMMENT 'Payment Instrument ID'; --- CRM-16876 Set country names to UPPERCASE -UPDATE civicrm_country SET `name` = UPPER( `name` ); - -- CRM-16447 UPDATE civicrm_state_province SET name = 'Northern Ostrobothnia' WHERE name = 'Nothern Ostrobothnia'; -- 2.25.1