Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-16-01-08-03
[civicrm-core.git] / xml / schema / Mailing / BouncePattern.xml
index 88060e311cdb1a2ad7864d57abc05b585556e2b2..d5b4c784af341c7939b435c52b7450d48a95aa74 100644 (file)
@@ -1,35 +1,35 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 
 <table>
-    <base>CRM/Mailing</base>
-    <class>BouncePattern</class>
-    <name>civicrm_mailing_bounce_pattern</name>
-    <comment>Pseudo-constant table of patterns for bounce classification</comment>
-    <field>
-        <name>id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-    </field>
-    <primaryKey>
-        <name>id</name>
-        <autoincrement>true</autoincrement>
-    </primaryKey>
-    <field>
-        <name>bounce_type_id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <comment>Type of bounce</comment>
-    </field>
-    <foreignKey>
-        <name>bounce_type_id</name>
-        <table>civicrm_mailing_bounce_type</table>
-        <key>id</key>
-        <onDelete>CASCADE</onDelete>
-    </foreignKey>
-    <field>
-        <name>pattern</name>
-        <type>varchar</type>
-        <length>255</length>
-        <comment>A regexp to match a message to a bounce type</comment>
-    </field>
+  <base>CRM/Mailing</base>
+  <class>BouncePattern</class>
+  <name>civicrm_mailing_bounce_pattern</name>
+  <comment>Pseudo-constant table of patterns for bounce classification</comment>
+  <field>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+  </field>
+  <primaryKey>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
+  </primaryKey>
+  <field>
+    <name>bounce_type_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Type of bounce</comment>
+  </field>
+  <foreignKey>
+    <name>bounce_type_id</name>
+    <table>civicrm_mailing_bounce_type</table>
+    <key>id</key>
+    <onDelete>CASCADE</onDelete>
+  </foreignKey>
+  <field>
+    <name>pattern</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>A regexp to match a message to a bounce type</comment>
+  </field>
 </table>