From 30878e6eb4cf0e66fd6fdc519d2ca62d2069fb7f Mon Sep 17 00:00:00 2001 From: Agileware Date: Mon, 14 Aug 2017 17:38:17 +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