CRM-18699 fix in 4.7.9 now, better where statment
authorMicah Nordland <micah@rehack.me>
Thu, 2 Jun 2016 15:25:50 +0000 (11:25 -0400)
committerMicah Nordland <micah@rehack.me>
Thu, 2 Jun 2016 15:25:50 +0000 (11:25 -0400)
CRM/Upgrade/Incremental/sql/4.7.8.mysql.tpl
CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl

index 47d7120047e0842346b026c9851e1592d3cde746..6fc87f8fc08afcea8149784dbf956c9731a80fd5 100644 (file)
@@ -13,5 +13,3 @@ DELETE FROM civicrm_state_province WHERE name = 'Fernando de Noronha';
 -- CRM-17118 extend civicrm_address postal_code to accept full data strings from paypal etc.
 ALTER TABLE civicrm_address CHANGE `postal_code` `postal_code` varchar(64) ;
 
--- CRM-18699 Fix Wake Island misspelling, was Wake Ialand
-UPDATE civicrm_state_province SET name="Wake Island" WHERE id=4981;
index 5d38563929d4a1be490ebd6e925a2d678ad8090d..925db61223fcba826353f0a5e2bc33341dbf6b95 100644 (file)
@@ -6,3 +6,6 @@ UPDATE civicrm_option_value SET
   {localize field="label"}label = '{ts escape="sql"}Print/Merge Document{/ts}'{/localize},
   {localize field="description"}description = '{ts escape="sql"}Export letters and other printable documents.{/ts}'{/localize}
 WHERE name = 'Print PDF Letter' AND option_group_id = @option_group_id_act;
+
+-- CRM-18699 Fix Wake Island misspelling, was Wake Ialand
+UPDATE civicrm_state_province SET name="Wake Island" WHERE name="Wake Ialand";