From: eileen Date: Mon, 4 Jul 2016 23:02:25 +0000 (+1200) Subject: CRM-19034 Remove line that makes all countries upper case X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dcb39a999c0d6d49069e3e2b917aae363bf6c6d9;p=civicrm-core.git 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. --- 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';