X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FDAO%2FContributionSoft.php;h=3a1a9b7af7609c05af4aa5179fc6cb8151f185bd;hb=8bad35aa5577f70ad65181461fa07ff9bc455065;hp=efcf47ff94336c0546cc9e2c72fc95cfbbd10e0b;hpb=5d73950a7163a46f1bce91dea0f79fad269f1cb2;p=civicrm-core.git diff --git a/CRM/Contribute/DAO/ContributionSoft.php b/CRM/Contribute/DAO/ContributionSoft.php index efcf47ff94..3a1a9b7af7 100644 --- a/CRM/Contribute/DAO/ContributionSoft.php +++ b/CRM/Contribute/DAO/ContributionSoft.php @@ -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']);