Merge pull request #16946 from civicrm/5.24
[civicrm-core.git] / xml / schema / Core / Job.xml
index 1abeeb8e0f6de2cb5470edccf5a90e95ce8ec637..45429a4afff94779db49007f4b3ea5cb95734ee5 100644 (file)
   </field>
   <field>
     <name>last_run</name>
-    <type>datetime</type>
+    <type>timestamp</type>
     <default>NULL</default>
+    <required>false</required>
     <comment>When was this cron entry last run</comment>
     <add>4.1</add>
   </field>
   <field>
-    <name>next_scheduled_run</name>
+    <name>scheduled_run_date</name>
     <type>timestamp</type>
     <default>NULL</default>
-    <comment>When is this cron entry scheduled to run next</comment>
+    <required>false</required>
+    <comment>When is this cron entry scheduled to run</comment>
     <add>4.7</add>
   </field>
   <field>