Merge pull request #5197 from totten/master-abtest-unify
[civicrm-core.git] / xml / schema / Mailing / BounceType.xml
index e061e12725cadd143add940e7f6d3f28ab710e45..4eacbd2df8956e43e69d4e3962ebedbf2b273b0a 100644 (file)
@@ -1,39 +1,36 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 
 <table>
-    <base>CRM/Mailing</base>
-    <class>BounceType</class>
-    <name>civicrm_mailing_bounce_type</name>
-    <comment>Table to index the various bounce types and their properties</comment>
-    <field>
-        <name>id</name>
-        <type>int unsigned</type>
-        <required>true</required>
-    </field>
-    <primaryKey>
-        <name>id</name>
-        <autoincrement>true</autoincrement>
-    </primaryKey>
-    <field>
-        <name>name</name>
-        <type>enum</type>
-        <values>AOL, Away, DNS, Host, Inactive, Invalid, Loop, Quota, Relay, Spam, Syntax, Unknown</values>
-        <required>true</required>
-        <comment>Type of bounce</comment>
-        <html>
-          <type>Select</type>
-        </html>
-    </field>
-    <field>
-        <name>description</name>
-        <type>varchar</type>
-        <length>255</length>
-        <comment>A description of this bounce type</comment>
-    </field>
-    <field>
-        <name>hold_threshold</name>
-        <type>int unsigned</type>
-        <required>true</required>
-        <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>
-    </field>
+  <base>CRM/Mailing</base>
+  <class>BounceType</class>
+  <name>civicrm_mailing_bounce_type</name>
+  <comment>Table to index the various bounce types and their properties</comment>
+  <field>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+  </field>
+  <primaryKey>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
+  </primaryKey>
+  <field>
+    <name>name</name>
+    <type>varchar</type>
+    <length>24</length>
+    <required>true</required>
+    <comment>Type of bounce</comment>
+  </field>
+  <field>
+    <name>description</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>A description of this bounce type</comment>
+  </field>
+  <field>
+    <name>hold_threshold</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>
+  </field>
 </table>