API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Contact / DAO / GroupNesting.php
index 0af54cf3a366490e28d4e0ccfacc5c107fa50906..2f6a61b8f5e129fc08e261717ab675196ea2e0ba 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupNesting.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9d8fbfd3582d798a3536300ed7848d85)
+ * (GenCodeChecksum:7e5dfd763c2f4b39ff7f3ea962269bae)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'entity' => 'GroupNesting',
           'bao' => 'CRM_Contact_BAO_GroupNesting',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'child_group_id' => [
           'name' => 'child_group_id',
@@ -112,6 +113,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupNesting',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
+          'add' => '2.0',
         ],
         'parent_group_id' => [
           'name' => 'parent_group_id',
@@ -125,6 +127,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupNesting',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Group',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);