CRM-19271: schema changes reflected in DAO
[civicrm-core.git] / CRM / Core / DAO / ActionSchedule.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',