(dev/core#1387) Domain.xml - Drop config_backend
authorTim Otten <totten@civicrm.org>
Wed, 13 Nov 2019 05:19:04 +0000 (21:19 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 30 Jan 2020 02:18:00 +0000 (18:18 -0800)
CRM/Core/DAO/Domain.php
xml/schema/Core/Domain.xml

index 42569bdbc7df6be0d88beed9f96685cdb8c8599c..39c07dc6bf5519515c49b07f9ffa7bbc18d5dcba 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Domain.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:63a7b29cbea5066fe2605191bd41226a)
+ * (GenCodeChecksum:cdd41aa071b68a8a4be6b28f7ca3a0a3)
  */
 
 /**
@@ -49,13 +49,6 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
    */
   public $description;
 
-  /**
-   * Backend configuration.
-   *
-   * @var text
-   */
-  public $config_backend;
-
   /**
    * The civicrm version this instance is running
    *
@@ -159,18 +152,6 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
             'type' => 'Text',
           ],
         ],
-        'config_backend' => [
-          'name' => 'config_backend',
-          'type' => CRM_Utils_Type::T_TEXT,
-          'title' => ts('Domain Configuration'),
-          'description' => ts('Backend configuration.'),
-          'where' => 'civicrm_domain.config_backend',
-          'table_name' => 'civicrm_domain',
-          'entity' => 'Domain',
-          'bao' => 'CRM_Core_BAO_Domain',
-          'localizable' => 0,
-          'serialize' => self::SERIALIZE_PHP,
-        ],
         'version' => [
           'name' => 'version',
           'type' => CRM_Utils_Type::T_STRING,
index f9478785599e4cdf9827074cda8df4e0d0496a17..1dc87d1bc93a049f77f56c95b1166e9795bbbc02 100644 (file)
@@ -93,6 +93,7 @@
     <comment>Backend configuration.</comment>
     <serialize>PHP</serialize>
     <add>1.6</add>
+    <drop>5.23</drop>
   </field>
   <field>
     <name>version</name>