From: kurund Date: Fri, 21 Feb 2014 11:02:14 +0000 (+0530) Subject: CRM-14241, skip case related entities X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=27cc93c8a784b4bdc6672d51c63bffc351411fd8;p=civicrm-core.git CRM-14241, skip case related entities ---------------------------------------- * CRM-14241: setup new repo for doctrine integration work http://issues.civicrm.org/jira/browse/CRM-14241 --- diff --git a/CRM/Core/CodeGen/EntitySpecification.php b/CRM/Core/CodeGen/EntitySpecification.php index ba2c412096..e7720c1634 100644 --- a/CRM/Core/CodeGen/EntitySpecification.php +++ b/CRM/Core/CodeGen/EntitySpecification.php @@ -95,6 +95,11 @@ class CRM_Core_CodeGen_EntitySpecification { 'civicrm_price_set_entity', 'civicrm_tell_friend', 'civicrm_uf_join', + // case table's are skipped to prevent syntax error generated due "Case" reserved word + 'civicrm_case', + 'civicrm_case_activity', + 'civicrm_case_contact', + 'civicrm_relationship', ); $tables = array();