From 3a16a694389564e4fe76581b2d17149103d34839 Mon Sep 17 00:00:00 2001 From: Agileware Date: Tue, 15 Aug 2017 09:48:32 +1000 Subject: [PATCH] CRM-21061 - Change report_id from 64 to 512 to match civicrm_option_value Change civicrm_report_instance, report_id from 64 characters to 512 characters to match civicrm_option_value, value to avoid errors caused by truncating CiviCRM report name which are greater than 64 chars. https://issues.civicrm.org/jira/browse/CRM-21061 --- xml/schema/Report/ReportInstance.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/Report/ReportInstance.xml b/xml/schema/Report/ReportInstance.xml index 9ce2b3fb98..6b556a445a 100644 --- a/xml/schema/Report/ReportInstance.xml +++ b/xml/schema/Report/ReportInstance.xml @@ -52,7 +52,7 @@ report_id Report template ID varchar - 64 + 512 true FK to civicrm_option_value for the report template -- 2.25.1