CRM-15168 remove inadvertantly added line break
[civicrm-core.git] / xml / schema / Queue / QueueItem.xml
index 6500d9377d7a3db8cb0eaa63bb752ffa31692946..fa2ed63e8b0b4e05f75224c170e24d56079b94b8 100644 (file)
   <comment>Stores a list of queue items</comment>
   <add>4.2</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>queue_name</name>
-      <type>varchar</type>
-      <length>64</length>
-      <comment>Name of the queue which includes this item</comment>
-      <required>true</required>
+    <name>queue_name</name>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>Name of the queue which includes this item</comment>
+    <required>true</required>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
-      <name>weight</name>
-      <type>int</type>
-      <required>true</required>
+    <name>weight</name>
+    <type>int</type>
+    <required>true</required>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
-      <name>submit_time</name>
-      <type>datetime</type>
-      <comment>date on which this item was submitted to the queue</comment>
-      <required>true</required>
+    <name>submit_time</name>
+    <type>datetime</type>
+    <comment>date on which this item was submitted to the queue</comment>
+    <required>true</required>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
-      <name>release_time</name>
-      <type>datetime</type>
-      <comment>date on which this job becomes available; null if ASAP</comment>
+    <name>release_time</name>
+    <type>datetime</type>
+    <comment>date on which this job becomes available; null if ASAP</comment>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
+
   <field>
-      <name>data</name>
-      <title>Queue item datas</title>
-      <type>text</type>
-      <rows>8</rows>
-      <cols>60</cols>
-      <comment>Serialized queue</comment>
+    <name>data</name>
+    <title>Queue item datas</title>
+    <type>text</type>
+    <comment>Serialized queue</comment>
   </field>
   <index>
-     <name>index_queueids</name>
-     <fieldName>queue_name</fieldName>
-     <fieldName>weight</fieldName>
-     <fieldName>id</fieldName>
+    <name>index_queueids</name>
+    <fieldName>queue_name</fieldName>
+    <fieldName>weight</fieldName>
+    <fieldName>id</fieldName>
   </index>
 </table>