CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Mailing / Event / DAO / Forward.php
index 2b3e17d450b9817c4fc8919cdc145e53ad683976..26ac259c840d44bcc20bf1010ae407ed0482bbc2 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Forward.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:922aee5401dd28090fba60a303710e1d)
+ * (GenCodeChecksum:5b9039dd2973b4a8b776e20c9afd519a)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -108,6 +108,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Forward ID') ,
           'required' => true,
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
         ) ,
         'event_queue_id' => array(
           'name' => 'event_queue_id',
@@ -115,6 +119,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'title' => ts('Mailing Event Queue') ,
           'description' => 'FK to EventQueue',
           'required' => true,
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
         ) ,
         'dest_queue_id' => array(
@@ -122,6 +130,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Destination Queue') ,
           'description' => 'FK to EventQueue for destination',
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
         ) ,
         'time_stamp' => array(
@@ -130,6 +142,10 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'title' => ts('Timestamp') ,
           'description' => 'When this forward event occurred.',
           'required' => true,
+          'table_name' => 'civicrm_mailing_event_forward',
+          'entity' => 'Forward',
+          'bao' => 'CRM_Mailing_Event_BAO_Forward',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);