CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Dedupe / DAO / Exception.php
index b5727da2c8ee538fb570fcb7ad38012489a7487e..d15ce148c663ee9394bf138160d820369500e92f 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/Exception.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dcb340c85bb19050f0ed6c4c46dc8a4f)
+ * (GenCodeChecksum:1686b10aca53b1028d00ba93c1275a01)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -104,12 +104,18 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'title' => ts('Dedupe Exception ID') ,
           'description' => 'Unique dedupe exception id',
           'required' => true,
+          'table_name' => 'civicrm_dedupe_exception',
+          'entity' => 'Exception',
+          'bao' => 'CRM_Dedupe_DAO_Exception',
         ) ,
         'contact_id1' => array(
           'name' => 'contact_id1',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('First Dupe Contact ID') ,
           'description' => 'FK to Contact ID',
+          'table_name' => 'civicrm_dedupe_exception',
+          'entity' => 'Exception',
+          'bao' => 'CRM_Dedupe_DAO_Exception',
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'contact_id2' => array(
@@ -117,6 +123,9 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Second Dupe Contact ID') ,
           'description' => 'FK to Contact ID',
+          'table_name' => 'civicrm_dedupe_exception',
+          'entity' => 'Exception',
+          'bao' => 'CRM_Dedupe_DAO_Exception',
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
       );