Fix FiveFortyNine is_public to default to 0
[civicrm-core.git] / xml / schema / Core / Job.xml
index a135360f051beee4b538fce321f0ac801e50039a..33847742c8fe861775652a5a8e35896d9d0a3839 100644 (file)
     <title>Job ID</title>
     <type>int unsigned</type>
     <required>true</required>
-    <comment>Job Id</comment>
+    <comment>Job ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>4.1</add>
   </field>
   <primaryKey>
@@ -21,7 +24,7 @@
   </primaryKey>
   <field>
     <name>domain_id</name>
-    <title>Job Domain</title>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -30,6 +33,9 @@
       <labelColumn>name</labelColumn>
     </pseudoconstant>
     <comment>Which Domain is this scheduled job for</comment>
+    <html>
+      <label>Domain</label>
+    </html>
     <add>4.1</add>
   </field>
   <foreignKey>
@@ -59,6 +65,9 @@
     <default>NULL</default>
     <required>false</required>
     <comment>When was this cron entry last run</comment>
+    <html>
+      <label>Last Run</label>
+    </html>
     <add>4.1</add>
   </field>
   <field>
@@ -67,6 +76,9 @@
     <default>NULL</default>
     <required>false</required>
     <comment>When is this cron entry scheduled to run</comment>
+    <html>
+      <label>Scheduled Run Date</label>
+    </html>
     <add>4.7</add>
   </field>
   <field>
     <title>Job Is Active?</title>
     <type>boolean</type>
     <comment>Is this job active?</comment>
+    <default>1</default>
+    <required>true</required>
     <add>4.1</add>
   </field>
 </table>