fix missing semi-colon for earlier dql
authoryashodha <yashodha.chaku@webaccessglobal.com>
Fri, 1 Apr 2016 06:34:57 +0000 (12:04 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Fri, 1 Apr 2016 06:34:57 +0000 (12:04 +0530)
CRM/Upgrade/Incremental/sql/4.7.5.mysql.tpl

index d746eabda96bf603e9e067bf94969c28dd743ed1..f3b0df6b47c39faaf51894cc502c9f5a0a8ea8be 100644 (file)
@@ -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