From: yashodha Date: Thu, 8 Sep 2016 03:55:22 +0000 (+0530) Subject: CRM-19271 - Repeat event: cannot repeat an event for more than 3 days(handled upgrade... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c105ac4b0905d37a65d2edf88e66b481855efa88;p=civicrm-core.git CRM-19271 - Repeat event: cannot repeat an event for more than 3 days(handled upgrade as well) ---------------------------------------- * CRM-19271: Repeat event: cannot repeat an event for more than 3 days https://issues.civicrm.org/jira/browse/CRM-19271 --- diff --git a/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl index 84f5d13e5d..03a617a405 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl @@ -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 diff --git a/xml/schema/Core/ActionSchedule.xml b/xml/schema/Core/ActionSchedule.xml index 073492d53a..98d8c55dcb 100644 --- a/xml/schema/Core/ActionSchedule.xml +++ b/xml/schema/Core/ActionSchedule.xml @@ -82,7 +82,7 @@ start_action_condition varchar - 62 + 64 Reminder Action 3.4