Regenerate DAO files
[civicrm-core.git] / CRM / Mailing / Event / DAO / Delivered.php
index e7a3b5f31ab66a61f5285edc2d16ed48bcb90df8..30e49eb758a74b862447eea9887134c6c33a0ee8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Delivered.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:71a76da9eb416abb6fe7452aa240c62e)
+ * (GenCodeChecksum:b1f214fd42770b5daf2d26b62b8e967a)
  */
 
 /**
@@ -101,12 +101,15 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'entity' => 'Delivered',
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => NULL,
         ],
         'event_queue_id' => [
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Event Queue'),
+          'title' => ts('Event Queue ID'),
           'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'where' => 'civicrm_mailing_event_delivered.event_queue_id',
@@ -115,6 +118,9 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_Event_BAO_Delivered',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_Event_DAO_Queue',
+          'html' => [
+            'label' => ts("Event Queue"),
+          ],
           'add' => NULL,
         ],
         'time_stamp' => [