API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Price / DAO / PriceSet.php
index 17bbe9f48acc60a400eba50bf5ecbe3f2eb724e8..8fc97986b9fa74cbc13fea32df3bff2c58714220 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceSet.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:94d729c1b16adccb8e8b0111784314b5)
+ * (GenCodeChecksum:53c1906856d1a16d2edba1caa6a4fafc)
  */
 
 /**
@@ -172,6 +172,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '1.8',
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -192,6 +193,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'name' => [
           'name' => 'name',
@@ -209,6 +211,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'title' => [
           'name' => 'title',
@@ -226,6 +229,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -241,6 +245,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.8',
         ],
         'help_pre' => [
           'name' => 'help_pre',
@@ -257,6 +262,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'help_post' => [
           'name' => 'help_post',
@@ -273,6 +279,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.8',
         ],
         'javascript' => [
           'name' => 'javascript',
@@ -289,6 +296,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.8',
         ],
         'extends' => [
           'name' => 'extends',
@@ -311,6 +319,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '3.1',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -332,6 +341,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'is_quick_config' => [
           'name' => 'is_quick_config',
@@ -347,6 +357,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -362,6 +373,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.2',
         ],
         'min_amount' => [
           'name' => 'min_amount',
@@ -377,6 +389,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);