Fix FiveFortyNine is_public to default to 0
[civicrm-core.git] / xml / schema / Core / Job.xml
index afd08c298cc3930ad4cf5e7cfb708839e3fc0ca9..33847742c8fe861775652a5a8e35896d9d0a3839 100644 (file)
@@ -65,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>
@@ -73,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>