From be615ea3c7bc1f55b65cb8a568884329b02794d1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 30 Sep 2014 14:38:15 +0100 Subject: [PATCH] sql/4.5.alpha1.mysql.tpl - Fix syntax error --- CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl index f4acee9e65..04777af7eb 100644 --- a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl @@ -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 -- 2.25.1