Merge pull request #18276 from civicrm/5.29
[civicrm-core.git] / CRM / PCP / DAO / PCP.php
index 5b37e2d03d4442f5356d9fee03eb582d385515ec..eb565696754516f8e27286cbf045c7a7e826fa8e 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/PCP/PCP.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cbc0ec5e899ec81538d2a54f44281856)
+ * (GenCodeChecksum:286225e46c4e2f3c12b17cd5f83b210d)
  */
 
 /**
  * Database access object for the PCP entity.
  */
 class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '2.2';
 
   /**
    * Static instance to hold the table name.
@@ -175,6 +177,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'add' => '2.2',
         ],
         'pcp_contact_id' => [
           'name' => 'contact_id',
@@ -191,6 +194,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'EntityRef',
           ],
+          'add' => '2.2',
         ],
         'status_id' => [
           'name' => 'status_id',
@@ -209,6 +213,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
             'optionGroupName' => 'pcp_status',
             'optionEditPath' => 'civicrm/admin/options/pcp_status',
           ],
+          'add' => '2.2',
         ],
         'title' => [
           'name' => 'title',
@@ -225,6 +230,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'intro_text' => [
           'name' => 'intro_text',
@@ -239,6 +245,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'page_text' => [
           'name' => 'page_text',
@@ -253,6 +260,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'TextArea',
           ],
+          'add' => '2.2',
         ],
         'donate_link_text' => [
           'name' => 'donate_link_text',
@@ -269,6 +277,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'page_id' => [
           'name' => 'page_id',
@@ -281,6 +290,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'page_type' => [
           'name' => 'page_type',
@@ -298,6 +308,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Select',
           ],
+          'add' => '2.2',
         ],
         'pcp_block_id' => [
           'name' => 'pcp_block_id',
@@ -310,6 +321,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'add' => '4.1',
         ],
         'is_thermometer' => [
           'name' => 'is_thermometer',
@@ -324,6 +336,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'is_honor_roll' => [
           'name' => 'is_honor_roll',
@@ -338,6 +351,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'goal_amount' => [
           'name' => 'goal_amount',
@@ -356,6 +370,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '2.2',
         ],
         'currency' => [
           'name' => 'currency',
@@ -380,6 +395,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
             'nameColumn' => 'name',
             'abbrColumn' => 'symbol',
           ],
+          'add' => '3.2',
         ],
         'is_active' => [
           'name' => 'is_active',
@@ -395,6 +411,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '2.2',
         ],
         'is_notify' => [
           'name' => 'is_notify',
@@ -410,6 +427,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'html' => [
             'type' => 'CheckBox',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);