Merge pull request #18249 from mattwire/utf8mb4moretables
[civicrm-core.git] / CRM / Contribute / DAO / ContributionSoft.php
index efcf47ff94336c0546cc9e2c72fc95cfbbd10e0b..3a1a9b7af7609c05af4aa5179fc6cb8151f185bd 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c03f89f9fba7d8b9c3b863393e617a78)
+ * (GenCodeChecksum:caa58722ef865c7342fdff08f24d86ee)
  */
 
 /**
  * Database access object for the ContributionSoft entity.
  */
 class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '2.2';
 
   /**
    * Static instance to hold the table name.
@@ -145,6 +147,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -158,6 +161,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '2.2',
         ],
         'contribution_soft_contact_id' => [
           'name' => 'contact_id',
@@ -175,6 +179,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.2',
         ],
         'amount' => [
           'name' => 'amount',
@@ -195,6 +200,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'currency' => [
           'name' => 'currency',
@@ -219,6 +225,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'pcp_id' => [
           'name' => 'pcp_id',
@@ -237,6 +244,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.2',
         ],
         'pcp_display_in_roll' => [
           'name' => 'pcp_display_in_roll',
@@ -248,6 +256,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'pcp_roll_nickname' => [
           'name' => 'pcp_roll_nickname',
@@ -261,6 +270,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'entity' => 'ContributionSoft',
           'bao' => 'CRM_Contribute_BAO_ContributionSoft',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'pcp_personal_note' => [
           'name' => 'pcp_personal_note',
@@ -277,6 +287,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'soft_credit_type_id' => [
           'name' => 'soft_credit_type_id',
@@ -293,6 +304,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'optionGroupName' => 'soft_credit_type',
             'optionEditPath' => 'civicrm/admin/options/soft_credit_type',
           ],
+          'add' => '2.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);