CRM-19271: schema changes reflected in DAO
authoryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 8 Sep 2016 07:11:16 +0000 (12:41 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 8 Sep 2016 07:11:16 +0000 (12:41 +0530)
----------------------------------------
* 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
CRM/Core/DAO/AllCoreTables.data.php

index b3cb1d46c58cb1e66778fd19c21e32c94d312702..5d9b9931c69412da812fc67a2bc0d0014a2f7ab7 100644 (file)
@@ -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',
index 6bacd64547542d02caa7ff370a6df2ffeb9221e2..5d1955d2e6781f81eda18ba063081f8c9a9b5184 100644 (file)
@@ -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',