API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Contact / DAO / ContactType.php
index 6baf936e73dc2bf232077d189a0031c3945daf36..0237e0943dea7f0055c0ad7abd1f11af8b83c05d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/ContactType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:32038ad57ffa86a8e233d1d337d69f20)
+ * (GenCodeChecksum:34f2ee23181ddce3050484b6e30b0e72)
  */
 
 /**
@@ -133,6 +133,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'name' => [
           'name' => 'name',
@@ -147,6 +148,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'label' => [
           'name' => 'label',
@@ -160,6 +162,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 1,
+          'add' => '3.1',
         ],
         'description' => [
           'name' => 'description',
@@ -176,6 +179,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '3.1',
         ],
         'image_URL' => [
           'name' => 'image_URL',
@@ -189,6 +193,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -207,6 +212,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
             'labelColumn' => 'label',
             'condition' => 'parent_id IS NULL',
           ],
+          'add' => '3.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -219,6 +225,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -231,6 +238,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
           'localizable' => 0,
+          'add' => '3.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);