Skip to content

Commit

Permalink
CRM-21061 - Change report_id from 64 to 512 to match civicrm_option_v…
Browse files Browse the repository at this point in the history
…alue

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
  • Loading branch information
agileware-dev authored Aug 14, 2017
1 parent 45c3cac commit 30878e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/schema/Report/ReportInstance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<name>report_id</name>
<title>Report template ID</title>
<type>varchar</type>
<length>64</length>
<length>512</length>
<required>true</required>
<comment>FK to civicrm_option_value for the report template</comment>
<html>
Expand Down

0 comments on commit 30878e6

Please sign in to comment.