X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FDAO%2FReportInstance.php;h=ee3f06b0f8b7b5b4ac943d924152fe2bb840d7a9;hb=bd16352c683da2670cba7d7a8e9b925a9184f961;hp=dbf8e30875b857b1524b0b869cc0ba36e0825fbf;hpb=5502c5cc7ebfd4e5a33f66fce209e4fdfcf5e83d;p=civicrm-core.git diff --git a/CRM/Report/DAO/ReportInstance.php b/CRM/Report/DAO/ReportInstance.php index dbf8e30875..ee3f06b0f8 100644 --- a/CRM/Report/DAO/ReportInstance.php +++ b/CRM/Report/DAO/ReportInstance.php @@ -30,7 +30,7 @@ * * Generated from xml/schema/CRM/Report/ReportInstance.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:857f3f19bbbb33bf039b6ea95f2097c5) + * (GenCodeChecksum:e28abdd2a3696c4a6072dfbfd4f54d68) */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; @@ -257,8 +257,8 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { 'title' => ts('Report template ID') , 'description' => 'FK to civicrm_option_value for the report template', 'required' => true, - 'maxlength' => 64, - 'size' => CRM_Utils_Type::BIG, + 'maxlength' => 512, + 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_report_instance', 'entity' => 'ReportInstance', 'bao' => 'CRM_Report_BAO_ReportInstance',