add serialize data to actionschedule
authorJon Goldberg <jon@megaphonetech.com>
Sun, 30 Aug 2020 20:58:32 +0000 (16:58 -0400)
committerJon Goldberg <jon@megaphonetech.com>
Sun, 30 Aug 2020 20:58:32 +0000 (16:58 -0400)
CRM/Core/DAO/ActionSchedule.php
xml/schema/Core/ActionSchedule.xml

index 2762cb3f888584dff9ac5207afec74337e68c08b..666f773ba859b2c7226dc70327bbfe912dfb8dd1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/ActionSchedule.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:caf8b2cabbe06570dcf6cb93144004d2)
+ * (GenCodeChecksum:d05639de89f460efbb3474dcaf5acd27)
  */
 
 /**
@@ -409,6 +409,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
           'add' => '3.4',
         ],
         'entity_status' => [
@@ -423,6 +424,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
           'add' => '3.4',
         ],
         'start_action_offset' => [
@@ -617,6 +619,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
           'localizable' => 0,
+          'serialize' => self::SERIALIZE_COMMA,
           'add' => '3.4',
         ],
         'recipient_listing' => [
index 4c7d78c219bf52e993cba838450bc3b81ef53c36..536f174cfbc6cc3b542bdfbd20548ae24792ecfd 100644 (file)
@@ -51,6 +51,7 @@
     <type>varchar</type>
     <length>255</length>
     <comment>Entity value</comment>
+    <serialize>SEPARATOR_TRIMMED</serialize>
     <add>3.4</add>
   </field>
   <field>
@@ -58,6 +59,7 @@
     <type>varchar</type>
     <length>64</length>
     <comment>Entity status</comment>
+    <serialize>SEPARATOR_TRIMMED</serialize>
     <add>3.4</add>
   </field>
   <field>
     <type>varchar</type>
     <length>128</length>
     <comment>Contact IDs to which reminder should be sent.</comment>
+    <serialize>COMMA</serialize>
     <add>3.4</add>
   </field>
   <field>