Merge pull request #14082 from pradpnayak/caseReport
[civicrm-core.git] / xml / schema / Pledge / PledgeBlock.xml
index d0282070cf9452126f57f0b952355a55a96bdb07..6dd3b8a659ce46e0618e632e1e635909a044dd8a 100644 (file)
@@ -50,6 +50,7 @@
     <type>varchar</type>
     <length>128</length>
     <comment>Delimited list of supported frequency units</comment>
+    <serialize>SEPARATOR_TRIMMED</serialize>
     <add>2.1</add>
   </field>
   <field>
     <comment>Send additional reminder this many days after last one sent, up to maximum number of reminders.</comment>
     <add>2.1</add>
   </field>
+  <field>
+    <name>pledge_start_date</name>
+    <type>varchar</type>
+    <length>64</length>
+    <title>Pledge Start Date</title>
+    <comment>The date the first scheduled pledge occurs.</comment>
+    <add>4.7</add>
+  </field>
+  <field>
+    <name>is_pledge_start_date_visible</name>
+    <type>boolean</type>
+    <title>Show Recurring Donation Start Date?</title>
+    <default>0</default>
+    <required>true</required>
+    <comment>If true - recurring start date is shown.</comment>
+    <add>4.7</add>
+  </field>
+  <field>
+    <name>is_pledge_start_date_editable</name>
+    <type>boolean</type>
+    <title>Allow Edits to Recurring Donation Start Date?</title>
+    <default>0</default>
+    <required>true</required>
+    <comment>If true - recurring start date is editable.</comment>
+    <add>4.7</add>
+  </field>
 </table>