From: Tim Otten Date: Wed, 13 Nov 2019 05:19:04 +0000 (-0800) Subject: (dev/core#1387) Domain.xml - Drop config_backend X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=00178bf262db2a114b49fe29c2d775b9e04d3b6a;p=civicrm-core.git (dev/core#1387) Domain.xml - Drop config_backend --- diff --git a/CRM/Core/DAO/Domain.php b/CRM/Core/DAO/Domain.php index 42569bdbc7..39c07dc6bf 100644 --- a/CRM/Core/DAO/Domain.php +++ b/CRM/Core/DAO/Domain.php @@ -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, diff --git a/xml/schema/Core/Domain.xml b/xml/schema/Core/Domain.xml index f947878559..1dc87d1bc9 100644 --- a/xml/schema/Core/Domain.xml +++ b/xml/schema/Core/Domain.xml @@ -93,6 +93,7 @@ Backend configuration. PHP 1.6 + 5.23 version