API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Contact / DAO / Relationship.php
index 0fdcca5d9d184d1aec26954ebcb78e10e342385b..5110814fe3c2d0955a7aab7029a79f07662c954c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/Relationship.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f512c36730defcd334c0e6ccc896e7fb)
+ * (GenCodeChecksum:b1e83f9c102db77881c4b9c730f38337)
  */
 
 /**
@@ -164,6 +164,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'entity' => 'Relationship',
           'bao' => 'CRM_Contact_BAO_Relationship',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'contact_id_a' => [
           'name' => 'contact_id_a',
@@ -177,6 +178,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Relationship',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'contact_id_b' => [
           'name' => 'contact_id_b',
@@ -193,6 +195,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '1.1',
         ],
         'relationship_type_id' => [
           'name' => 'relationship_type_id',
@@ -209,6 +212,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '1.1',
         ],
         'relationship_start_date' => [
           'name' => 'start_date',
@@ -224,6 +228,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.1',
         ],
         'relationship_end_date' => [
           'name' => 'end_date',
@@ -239,6 +244,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
             'type' => 'Select Date',
             'formatType' => 'activityDate',
           ],
+          'add' => '1.1',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -254,6 +260,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '1.1',
         ],
         'description' => [
           'name' => 'description',
@@ -270,6 +277,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'is_permission_a_b' => [
           'name' => 'is_permission_a_b',
@@ -289,6 +297,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getPermissionedRelationshipOptions',
           ],
+          'add' => '2.1',
         ],
         'is_permission_b_a' => [
           'name' => 'is_permission_b_a',
@@ -308,6 +317,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getPermissionedRelationshipOptions',
           ],
+          'add' => '2.1',
         ],
         'case_id' => [
           'name' => 'case_id',
@@ -321,6 +331,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_Relationship',
           'localizable' => 0,
           'FKClassName' => 'CRM_Case_DAO_Case',
+          'add' => '2.2',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);