From ed6e48d93acfafe3b335d4cff1b3a619da267706 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 8 Sep 2016 12:41:16 +0530 Subject: [PATCH] CRM-19271: schema changes reflected in DAO ---------------------------------------- * CRM-19271: Repeat event: cannot repeat an event for more than 3 days https://issues.civicrm.org/jira/browse/CRM-19271 --- CRM/Core/DAO/ActionSchedule.php | 6 +++--- CRM/Core/DAO/AllCoreTables.data.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Core/DAO/ActionSchedule.php b/CRM/Core/DAO/ActionSchedule.php index b3cb1d46c5..5d9b9931c6 100644 --- a/CRM/Core/DAO/ActionSchedule.php +++ b/CRM/Core/DAO/ActionSchedule.php @@ -30,7 +30,7 @@ * * Generated from xml/schema/CRM/Core/ActionSchedule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:efbbcd42e2e66193146a95e21c19f996) + * (GenCodeChecksum:06960967b276e6b2b7cd31a7ded61c03) */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; @@ -384,8 +384,8 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Start Action Condition') , 'description' => 'Reminder Action', - 'maxlength' => 32, - 'size' => CRM_Utils_Type::MEDIUM, + 'maxlength' => 64, + 'size' => CRM_Utils_Type::BIG, ) , 'start_action_date' => array( 'name' => 'start_action_date', diff --git a/CRM/Core/DAO/AllCoreTables.data.php b/CRM/Core/DAO/AllCoreTables.data.php index 6bacd64547..5d1955d2e6 100644 --- a/CRM/Core/DAO/AllCoreTables.data.php +++ b/CRM/Core/DAO/AllCoreTables.data.php @@ -24,7 +24,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ */ -// (GenCodeChecksum:cca4e9b2d8c7de618449cc2fce53bc7c) +// (GenCodeChecksum:77d2e4f3c44ae87c463909a94e1ac665) return array( 'CRM_Core_DAO_AddressFormat' => array( 'name' => 'AddressFormat', -- 2.25.1