CRM-14241, added more comments
authorkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 11:35:30 +0000 (17:05 +0530)
committerkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 11:35:30 +0000 (17:05 +0530)
----------------------------------------
* CRM-14241: setup new repo for doctrine integration work
  http://issues.civicrm.org/jira/browse/CRM-14241

CRM/Core/CodeGen/EntitySpecification.php

index e7720c16344d5c9b696b1d6b5a3f9151dbe71663..efef72fc5410589fcd69bd1902057c04aa780504 100644 (file)
@@ -77,6 +77,7 @@ class CRM_Core_CodeGen_EntitySpecification {
   function getTables($dbXML, &$database) {
     // skip entity generation for tables where manual changes are needed.
     $skipTables = array(
+      // these tables needs sepecial handling for entiti_table, entity_id
       'civicrm_acl_entity_role',
       'civicrm_action_log',
       'civicrm_campaign_group',