API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Contact / DAO / GroupContactCache.php
index 10760ac2d799f691ac39a1c52f6466f1de66b206..19c2f738cf3c9313df5478a267ac14ab0d1295f0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContactCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:773c4e4cbe66d404e30e3dffa2dcb8a1)
+ * (GenCodeChecksum:78446b0939b21d995dd17476d11030e7)
  */
 
 /**
@@ -99,6 +99,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'entity' => 'GroupContactCache',
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
           'localizable' => 0,
+          'add' => '2.1',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -120,6 +121,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -133,6 +135,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContactCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);