From: yashodha Date: Fri, 1 Apr 2016 06:34:57 +0000 (+0530) Subject: fix missing semi-colon for earlier dql X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a73fd4abe04799a334cf1df14cd31e712a510ed0;p=civicrm-core.git fix missing semi-colon for earlier dql --- diff --git a/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl index d746eabda9..f3b0df6b47 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl @@ -21,7 +21,7 @@ SET UPDATE civicrm_option_value ov LEFT JOIN civicrm_option_group og ON og.id = ov.option_group_id SET filter = 1 -WHERE ov.name = 'Contact Deleted by Merge' AND og.name = 'activity_type' +WHERE ov.name = 'Contact Deleted by Merge' AND og.name = 'activity_type'; -- CRM-18241 Change field length of civicrm_option_value.label from 255 to 512 -- ALTER TABLE civicrm_option_value CHANGE label label varchar( 512 ) DEFAULT NULL ; \ No newline at end of file