CRM-19034 Remove line that makes all countries upper case
authoreileen <emcnaughton@wikimedia.org>
Mon, 4 Jul 2016 23:02:25 +0000 (11:02 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 4 Jul 2016 23:03:51 +0000 (11:03 +1200)
This turned out to be a bad thing :-) separate issue will deal with repairing casing.

CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl

index cbe3dd9778a3c13d3d52cc8df9b165d371549fea..7ef1d6af18e2f8e651a06593c02629d0cc9baf57 100644 (file)
@@ -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';