CRM-19821 set activity_status_id to 'export'
[civicrm-core.git] / xml / schema / Activity / Activity.xml
index bc55fe656b5924b70ed4a23aaf9b966bd257ca99..5c5d013bcca78c1890b83fe5261e8f139831a4f6 100644 (file)
       <type>Text</type>
     </html>
     <add>1.1</add>
-    <modify>2.0</modify>
+    <change>2.0</change>
   </field>
   <field>
     <name>scheduled_date</name>
     <uniqueName>activity_status_id</uniqueName>
     <title>Activity Status</title>
     <import>true</import>
-    <export>false</export>
+    <export>true</export>
     <headerPattern>/(activity.)?status(.label$)?/i</headerPattern>
     <type>int unsigned</type>
     <comment>ID of the status this activity is currently in. Foreign key to civicrm_option_value.</comment>