CRM-12167: Start Implementation of Visibility per Price Option
[civicrm-core.git] / xml / schema / Core / Tag.xml
index 13fd3869df34f2ba382fd3b4106ec737c7ca32a5..2b7b047f1816d51d6f7bdfa87a6a9f428631aa34 100644 (file)
     <comment>FK to civicrm_contact, who created this tag</comment>
     <add>3.4</add>
   </field>
+  <field>
+    <name>color</name>
+    <title>Color</title>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Hex color value e.g. #ffffff</comment>
+    <default>NULL</default>
+    <add>4.7</add>
+  </field>
   <foreignKey>
     <name>created_id</name>
     <table>civicrm_contact</table>