CRM-14755 typo correcion.
authorDave Greenberg <dave@civicrm.org>
Thu, 12 Jun 2014 15:35:26 +0000 (08:35 -0700)
committerDave Greenberg <dave@civicrm.org>
Thu, 12 Jun 2014 15:35:26 +0000 (08:35 -0700)
----------------------------------------
* CRM-14755:
  https://issues.civicrm.org/jira/browse/CRM-14755

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

index f5f7f98f16fc64811199bbde202ec74a7acb936f..ea8b4cb00e015910f99388bcab70c439eda8f377 100644 (file)
@@ -284,7 +284,7 @@ ALTER TABLE `civicrm_event`
   CHANGE is_template is_template tinyint(4) DEFAULT '0' COMMENT 'whether the event has template';
 
 -- CRM-14493
-INSERT INTO IGNORE civicrm_state_province (country_id, abbreviation, name) VALUES (1085, "61", "Pieria");
+INSERT IGNORE INTO civicrm_state_province (country_id, abbreviation, name) VALUES (1085, "61", "Pieria");
 
 -- CRM-14445
 ALTER TABLE `civicrm_option_group`