CRM-15168 add some additional titles to schema
[civicrm-core.git] / xml / schema / Mailing / Event / Confirm.xml
index 093941f211dd89d527cf6458780617030c8d500a..0dc679c0b0df63a9938afb9493f01af8064246e5 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Mailing Confirmation ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>event_subscribe_id</name>
+    <title>Mailing Subscribe ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_mailing_event_subscribe</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>time_stamp</name>
+    <title>Confirm Timestamp</title>
     <type>datetime</type>
     <required>true</required>
     <comment>When this confirmation event occurred.</comment>