From: Coleman Watts <coleman@civicrm.org>
Date: Thu, 18 Jun 2020 16:36:29 +0000 (-0400)
Subject: Add serialize metadata to domain.locales field
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1be376e53c59e6c851e5e69d6c9cd5658cb2b40d;p=civicrm-core.git

Add serialize metadata to domain.locales field
---

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 @@
     <type>text</type>
     <title>Supported Languages</title>
     <comment>list of locales supported by the current db state (NULL for single-lang install)</comment>
+    <serialize>SEPARATOR_TRIMMED</serialize>
     <add>2.1</add>
   </field>
   <field>