sql/4.5.alpha1.mysql.tpl - Fix syntax error
authorTim Otten <totten@civicrm.org>
Tue, 30 Sep 2014 13:38:15 +0000 (14:38 +0100)
committerTim Otten <totten@civicrm.org>
Tue, 30 Sep 2014 13:38:15 +0000 (14:38 +0100)
CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl

index f4acee9e6574a506042a2979d16616b1a4e320fa..04777af7eb250fa076948f2fb85f900a9cfa27d6 100644 (file)
@@ -339,7 +339,7 @@ INSERT IGNORE INTO civicrm_case_type
   WHERE
     option_group_id = @option_group_id_case_type;
 
---- Remove the special character, earlier used as a separator and reference to civicrm_case_type.id
+-- Remove the special character, earlier used as a separator and reference to civicrm_case_type.id
 UPDATE civicrm_case SET case_type_id = replace(case_type_id, 0x01, '');
 
 ALTER TABLE civicrm_case