Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-16-01-08-03
[civicrm-core.git] / xml / schema / Mailing / Recipients.xml
index f53a7d241acdfeb0d9e744050dd4c6a9fe4197f8..188f64dbb1fa9942446e328ce1c57c0559debb19 100644 (file)
@@ -8,6 +8,7 @@
   <archive>true</archive>
   <field>
     <name>id</name>
+    <title>Mailing Recipients ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -17,6 +18,7 @@
   </primaryKey>
   <field>
     <name>mailing_id</name>
+    <title>Mailing</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>The ID of the mailing this Job will send.</comment>
@@ -29,6 +31,7 @@
   </foreignKey>
   <field>
     <name>contact_id</name>
+    <title>Mailing Recipient</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to Contact</comment>
@@ -41,6 +44,7 @@
   </foreignKey>
   <field>
     <name>email_id</name>
+    <title>Recipient Email</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <comment>FK to Email</comment>
@@ -53,6 +57,7 @@
   </foreignKey>
   <field>
     <name>phone_id</name>
+    <title>Recipient Phone</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <comment>FK to Phone</comment>