From 1be376e53c59e6c851e5e69d6c9cd5658cb2b40d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 18 Jun 2020 12:36:29 -0400 Subject: [PATCH] Add serialize metadata to domain.locales field --- CRM/Core/DAO/Domain.php | 3 ++- xml/schema/Core/Domain.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Core/DAO/Domain.php b/CRM/Core/DAO/Domain.php index af71ffd514..3b8a756f71 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:eeb436dfcd543144a2d60e2ddf48e015) + * (GenCodeChecksum:867bfe42e7ea7ebf4f7300348bae59d7) */ /** @@ -194,6 +194,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO { 'entity' => 'Domain', 'bao' => 'CRM_Core_BAO_Domain', 'localizable' => 0, + 'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED, ], 'locale_custom_strings' => [ 'name' => 'locale_custom_strings', diff --git a/xml/schema/Core/Domain.xml b/xml/schema/Core/Domain.xml index 1dc87d1bc9..ddb2a0dc6a 100644 --- a/xml/schema/Core/Domain.xml +++ b/xml/schema/Core/Domain.xml @@ -128,6 +128,7 @@ text Supported Languages list of locales supported by the current db state (NULL for single-lang install) + SEPARATOR_TRIMMED 2.1 -- 2.25.1