----------------------------------------
* CRM-19271: Repeat event: cannot repeat an event for more than 3 days
https://issues.civicrm.org/jira/browse/CRM-19271
{* 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
<field>
<name>start_action_condition</name>
<type>varchar</type>
- <length>62</length>
+ <length>64</length>
<comment>Reminder Action</comment>
<add>3.4</add>
</field>