API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Core / DAO / Note.php
index 36409bc0fffe5c5a3592442073bdab84f027848c..c5cd339ea7d18af8b695cabff4e86b4714e0f9ad 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Note.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fd649e023be90204b62cc283886fa400)
+ * (GenCodeChecksum:0e43e07bfbf7de4e7fa48f4d24a923fd)
  */
 
 /**
@@ -141,6 +141,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -158,6 +159,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_BAO_Note::entityTables',
           ],
+          'add' => '1.1',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -170,6 +172,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'note' => [
           'name' => 'note',
@@ -190,6 +193,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -202,6 +206,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -214,6 +219,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'subject' => [
           'name' => 'subject',
@@ -230,6 +236,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.5',
         ],
         'privacy' => [
           'name' => 'privacy',
@@ -250,6 +257,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
             'optionGroupName' => 'note_privacy',
             'optionEditPath' => 'civicrm/admin/options/note_privacy',
           ],
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);