Merge pull request #16946 from civicrm/5.24
[civicrm-core.git] / xml / schema / Core / ActionSchedule.xml
index 073492d53a0979a5a48abac4515a943f09a33f6d..4c7d78c219bf52e993cba838450bc3b81ef53c36 100644 (file)
@@ -64,6 +64,7 @@
     <name>start_action_offset</name>
     <type>int unsigned</type>
     <comment>Reminder Interval.</comment>
+    <default>0</default>
     <add>3.4</add>
   </field>
   <field>
@@ -82,7 +83,7 @@
   <field>
     <name>start_action_condition</name>
     <type>varchar</type>
-    <length>62</length>
+    <length>64</length>
     <comment>Reminder Action</comment>
     <add>3.4</add>
   </field>
   <field>
     <name>repetition_frequency_interval</name>
     <type>int unsigned</type>
+    <default>0</default>
     <comment>Time interval for repeating the reminder.</comment>
     <add>3.4</add>
   </field>
     <type>int unsigned</type>
     <comment>Time interval till repeating the reminder.</comment>
     <add>3.4</add>
+    <default>0</default>
   </field>
   <field>
     <name>end_action</name>