CRM-16447 - Fix province name 'Northern Ostrobothnia'
authorColeman Watts <coleman@civicrm.org>
Sat, 1 Aug 2015 19:33:29 +0000 (15:33 -0400)
committerColeman Watts <coleman@civicrm.org>
Sat, 1 Aug 2015 19:33:29 +0000 (15:33 -0400)
CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl

index 3de4e3b9a5398ce324bdaee5a0e36b7477b3fb62..260c07b2728cb0781bc6987b1812eec17f60751f 100644 (file)
@@ -38,3 +38,5 @@ ADD COLUMN
 -- 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';
\ No newline at end of file