API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Contribute / DAO / ContributionProduct.php
index cb4a36ae88a2c1125e4d16fd15ed65f66215d2ab..cebd77a3fbf76ca4e75f4c6ca36266d66cf4e743 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionProduct.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ebb8b8950e36872fffdc5ffcf1fc426f)
+ * (GenCodeChecksum:dd95e7a994c6dfe314f149b5ba7d48db)
  */
 
 /**
@@ -137,6 +137,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'product_id' => [
           'name' => 'product_id',
@@ -148,6 +149,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -160,6 +162,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '1.4',
         ],
         'product_option' => [
           'name' => 'product_option',
@@ -174,6 +177,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'quantity' => [
           'name' => 'quantity',
@@ -185,6 +189,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'fulfilled_date' => [
           'name' => 'fulfilled_date',
@@ -201,6 +206,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.4',
         ],
         'contribution_start_date' => [
           'name' => 'start_date',
@@ -213,6 +219,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'contribution_end_date' => [
           'name' => 'end_date',
@@ -225,6 +232,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'comment' => [
           'name' => 'comment',
@@ -235,6 +243,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'entity' => 'ContributionProduct',
           'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'localizable' => 0,
+          'add' => '1.4',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -253,6 +262,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);