Merge pull request #17309 from colemanw/MailingAB
[civicrm-core.git] / xml / schema / Member / MembershipType.xml
index 0286b74680659a91c4fb6ca94ee9300b4baa306a..47a623054846f76c078f8c5ebaac8dd1522e1c87 100644 (file)
     <length>64</length>
     <comment>FK to Relationship Type ID</comment>
     <add>1.5</add>
+    <serialize>SEPARATOR_TRIMMED</serialize>
   </field>
   <foreignKey>
     <name>relationship_type_id</name>
     <type>varchar</type>
     <length>128</length>
     <add>1.7</add>
+    <serialize>SEPARATOR_TRIMMED</serialize>
   </field>
   <field>
     <name>max_related</name>
     <name>auto_renew</name>
     <type>boolean</type>
     <default>0</default>
+    <html>
+      <type>Radio</type>
+    </html>
     <pseudoconstant>
       <callback>CRM_Core_SelectValues::memberAutoRenew</callback>
     </pseudoconstant>