Merge pull request #3066 from relldoesphp/CRM-14466
[civicrm-core.git] / xml / schema / Campaign / CampaignGroup.xml
index 2432ee00252db00bab9bab421a01ff78508bf4d3..a3b849a588a2b1393f4f22df3af9ae669aea8947 100644 (file)
 
   <field>
     <name>group_type</name>
-    <type>enum</type>
-    <values>Include, Exclude</values>
+    <type>varchar</type>
+    <length>8</length>
     <default>NULL</default>
     <comment>Type of Group.</comment>
+    <pseudoconstant>
+      <callback>CRM_Core_SelectValues::getCampaignGroupTypes</callback>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
 
   <field>