From b31aa78e0237a019cdbff66b026a87a263d832af Mon Sep 17 00:00:00 2001 From: Tunbola Ogunwande Date: Wed, 18 Mar 2020 15:55:40 +0100 Subject: [PATCH] dev/core#1569: Update XML schema and re-generate Report Instance DAO --- CRM/Report/DAO/ReportInstance.php | 6 +++--- xml/schema/Report/ReportInstance.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Report/DAO/ReportInstance.php b/CRM/Report/DAO/ReportInstance.php index 0bdead7770..c111c97ccc 100644 --- a/CRM/Report/DAO/ReportInstance.php +++ b/CRM/Report/DAO/ReportInstance.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Report/ReportInstance.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4e7df5b68b3cb5f69c91c4da8613c053) + * (GenCodeChecksum:b606b176882bfe116c788cba40258b8a) */ /** @@ -94,7 +94,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { /** * Submitted form values for this report * - * @var text + * @var longtext */ public $form_values; @@ -353,7 +353,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO { ], 'form_values' => [ 'name' => 'form_values', - 'type' => CRM_Utils_Type::T_TEXT, + 'type' => CRM_Utils_Type::T_LONGTEXT, 'title' => ts('Submitted Form Values'), 'description' => ts('Submitted form values for this report'), 'import' => TRUE, diff --git a/xml/schema/Report/ReportInstance.xml b/xml/schema/Report/ReportInstance.xml index 9961b9028e..8811719e4a 100644 --- a/xml/schema/Report/ReportInstance.xml +++ b/xml/schema/Report/ReportInstance.xml @@ -118,7 +118,7 @@ form_values Submitted Form Values - text + longtext true Submitted form values for this report PHP -- 2.25.1