CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / Financial / Currency.xml
index 27be4cf50e738aeabe637d8f2ac96d3471a5e27b..96113189f4a9552c207902c91f556c86e87c724d 100644 (file)
@@ -25,6 +25,9 @@
        <import>true</import>
        <comment>Currency Name</comment>
        <add>1.7</add>
+       <html>
+          <type>Text</type>
+       </html>
   </field>
   <field>
        <name>symbol</name>
@@ -32,6 +35,9 @@
        <length>8</length>
        <comment>Currency Symbol</comment>
        <add>1.7</add>
+       <html>
+          <type>Text</type>
+        </html>
   </field>
   <field>
        <name>numeric_code</name>
@@ -46,6 +52,9 @@
        <type>varchar</type>
        <length>64</length>
        <comment>Full currency name</comment>
+       <html>
+          <type>Text</type>
+        </html>
        <add>1.9</add>
   </field>
 </table>