CRM-19271 - Repeat event: cannot repeat an event for more than 3 days(handled upgrade...
authoryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 8 Sep 2016 03:55:22 +0000 (09:25 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 8 Sep 2016 03:55:22 +0000 (09:25 +0530)
----------------------------------------
* CRM-19271: Repeat event: cannot repeat an event for more than 3 days
  https://issues.civicrm.org/jira/browse/CRM-19271

CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl
xml/schema/Core/ActionSchedule.xml

index 84f5d13e5dbfad082c38d71fb36aa9026885aff9..03a617a405b69ae9335e18edd488b4c8e9ca8b30 100644 (file)
@@ -1 +1,4 @@
 {* file to handle db changes in 4.7.12 during upgrade *}
+
+-- CRM-19271
+ALTER TABLE civicrm_action_schedule CHANGE start_action_condition start_action_conditionx VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Reminder Action';
\ No newline at end of file
index 073492d53a0979a5a48abac4515a943f09a33f6d..98d8c55dcb9dde6161ce88cbef183139c8fad343 100644 (file)
@@ -82,7 +82,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>