Merge pull request #18254 from pradpnayak/casetypeselection
[civicrm-core.git] / CRM / Contact / DAO / GroupOrganization.php
index 84b18a513fbc91e223ecdbff69928ca86804977e..407ea31d83f505e3f82cbe9c0c2f7fa273f8c6bd 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupOrganization.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:12abfd5fb4d2eef796fec3a526338538)
+ * (GenCodeChecksum:dfe8edf8f786790af95f09f456d1cbe7)
  */
 
 /**
  * Database access object for the GroupOrganization entity.
  */
 class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '2.0';
 
   /**
    * Static instance to hold the table name.
@@ -99,6 +101,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'entity' => 'GroupOrganization',
           'bao' => 'CRM_Contact_BAO_GroupOrganization',
           'localizable' => 0,
+          'add' => '2.0',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -120,6 +123,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '2.0',
         ],
         'organization_id' => [
           'name' => 'organization_id',
@@ -133,6 +137,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupOrganization',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '2.0',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);