Merge pull request #10602 from agileware/CIVICRM-167
[civicrm-core.git] / xml / schema / Mailing / BouncePattern.xml
index d5b4c784af341c7939b435c52b7450d48a95aa74..3715febd2d0b3a38c3e8fcef2746fad81b187945 100644 (file)
@@ -7,6 +7,7 @@
   <comment>Pseudo-constant table of patterns for bounce classification</comment>
   <field>
     <name>id</name>
+    <title>Bounce Pattern ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
@@ -16,6 +17,7 @@
   </primaryKey>
   <field>
     <name>bounce_type_id</name>
+    <title>Bounce Type</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Type of bounce</comment>
@@ -28,6 +30,7 @@
   </foreignKey>
   <field>
     <name>pattern</name>
+    <title>Pattern</title>
     <type>varchar</type>
     <length>255</length>
     <comment>A regexp to match a message to a bounce type</comment>