Add serialize metadata to domain.locales field
authorColeman Watts <coleman@civicrm.org>
Thu, 18 Jun 2020 16:36:29 +0000 (12:36 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 18 Jun 2020 16:36:29 +0000 (12:36 -0400)
CRM/Core/DAO/Domain.php
xml/schema/Core/Domain.xml

index af71ffd5149c8bf2416f20f6917e170646dd08d6..3b8a756f71d0717d1d1518484380ba189a237151 100644 (file)
@@ -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',
index 1dc87d1bc93a049f77f56c95b1166e9795bbbc02..ddb2a0dc6a2fde41068815f620a48d1aa11df71b 100644 (file)
     <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>