dev/core#1569: Update XML schema and re-generate Report Instance DAO
authorTunbola Ogunwande <tunbolawande@yahoo.com>
Wed, 18 Mar 2020 14:55:40 +0000 (15:55 +0100)
committerTunbola Ogunwande <tunbolawande@yahoo.com>
Wed, 18 Mar 2020 14:55:40 +0000 (15:55 +0100)
CRM/Report/DAO/ReportInstance.php
xml/schema/Report/ReportInstance.xml

index 0bdead7770823eb44e5d609d5c12f01a866ab4a0..c111c97ccc348c2f6004e6437ae5c56a4b11002e 100644 (file)
@@ -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,
index 9961b9028ef46fa56cf9ad7d97b55abef68ca5f5..8811719e4a28acfa1dfd0c75941afbc48712c760 100644 (file)
   <field>
     <name>form_values</name>
     <title>Submitted Form Values</title>
-    <type>text</type>
+    <type>longtext</type>
     <import>true</import>
     <comment>Submitted form values for this report</comment>
     <serialize>PHP</serialize>