more whitespace
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 09:52:39 +0000 (21:52 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 09:52:39 +0000 (21:52 +1200)
xml/schema/Activity/Activity.xml
xml/schema/Activity/ActivityAssignment.xml
xml/schema/Campaign/Campaign.xml

index 063b36313a5a0dcd6fed3ae5467e24a714ac4adf..73fce03f907c35bf8f57fc72d859c5365eebecb1 100644 (file)
   <add>1.1</add>
   <log>true</log>
   <field>
-      <name>id</name>
-      <uniqueName>activity_id</uniqueName>
-      <title>Activity ID</title>
-      <import>true</import>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Unique  Other Activity ID</comment>
-       <add>1.1</add>
-       
+    <name>id</name>
+    <uniqueName>activity_id</uniqueName>
+    <title>Activity ID</title>
+    <import>true</import>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Unique  Other Activity ID</comment>
+    <add>1.1</add>
+
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>source_contact_id</name>
-      <type>int unsigned</type>
-      <title>Source Contact</title>
-      <import>true</import>
-      <headerPattern>/(activity.)?source(.contact(.id)?)?/i</headerPattern>
-      <comment>Contact ID of the person scheduling or logging this Activity. Usually the authenticated user.</comment>
-      <add>1.1</add>
-      <drop>4.4</drop>
+    <name>source_contact_id</name>
+    <type>int unsigned</type>
+    <title>Source Contact</title>
+    <import>true</import>
+    <headerPattern>/(activity.)?source(.contact(.id)?)?/i</headerPattern>
+    <comment>Contact ID of the person scheduling or logging this Activity. Usually the authenticated user.</comment>
+    <add>1.1</add>
+    <drop>4.4</drop>
   </field>
   <foreignKey>
-       <name>source_contact_id</name>
-       <table>civicrm_contact</table>
-       <key>id</key>
-       <add>1.1</add>
-       <drop>4.4</drop>
-       <onDelete>SET NULL</onDelete>
+    <name>source_contact_id</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>1.1</add>
+    <drop>4.4</drop>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
   <index>
-       <name>UI_source_contact_id</name>
-       <fieldName>source_contact_id</fieldName>
-       <add>2.0</add>
-       <drop>3.2</drop>
+    <name>UI_source_contact_id</name>
+    <fieldName>source_contact_id</fieldName>
+    <add>2.0</add>
+    <drop>3.2</drop>
   </index>
 
   <field>
-      <name>source_record_id</name>
-      <type>int unsigned</type>
-      <title>Source Record</title>
-      <comment>Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.</comment>
-      <add>2.0</add>
+    <name>source_record_id</name>
+    <type>int unsigned</type>
+    <title>Source Record</title>
+    <comment>Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.</comment>
+    <add>2.0</add>
   </field>
   <index>
-       <name>UI_source_record_id</name>
-       <fieldName>source_record_id</fieldName>
-       <add>3.2</add>
+    <name>UI_source_record_id</name>
+    <fieldName>source_record_id</fieldName>
+    <add>3.2</add>
   </index>
   <field>
-      <name>activity_type_id</name>
-      <title>Activity Type</title>
-      <import>true</import>
-      <type>int unsigned</type>
-      <required>true</required>
-      <export>false</export>
-      <default>1</default>
-      <headerPattern>/(activity.)?type(.id$)/i</headerPattern>
-      <comment>FK to civicrm_option_value.id, that has to be valid, registered activity type.</comment>
-      <add>1.1</add>
-      <pseudoconstant>
-        <optionGroupName>activity_type</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>            
+    <name>activity_type_id</name>
+    <title>Activity Type</title>
+    <import>true</import>
+    <type>int unsigned</type>
+    <required>true</required>
+    <export>false</export>
+    <default>1</default>
+    <headerPattern>/(activity.)?type(.id$)/i</headerPattern>
+    <comment>FK to civicrm_option_value.id, that has to be valid, registered activity type.</comment>
+    <add>1.1</add>
+    <pseudoconstant>
+      <optionGroupName>activity_type</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <index>
-       <name>UI_activity_type_id</name>
-       <fieldName>activity_type_id</fieldName>
-       <add>1.6</add>
+    <name>UI_activity_type_id</name>
+    <fieldName>activity_type_id</fieldName>
+    <add>1.6</add>
   </index>
 
   <field>
-       <name>target_entity_table</name>
-       <type>varchar</type>
-       <length>64</length>
-       <required>true</required>
-       <comment>Name of table where item being referenced is stored.</comment>
-       <add>1.1</add>
-       <drop>2.0</drop>
+    <name>target_entity_table</name>
+    <type>varchar</type>
+    <length>64</length>
+    <required>true</required>
+    <comment>Name of table where item being referenced is stored.</comment>
+    <add>1.1</add>
+    <drop>2.0</drop>
   </field>
 
   <field>
-       <name>target_entity_id</name>
-       <type>int unsigned</type>
-       <required>true</required>
-       <comment>Foreign key to the referenced item.</comment>
-       <add>1.1</add>
-       <drop>2.0</drop>
+    <name>target_entity_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Foreign key to the referenced item.</comment>
+    <add>1.1</add>
+    <drop>2.0</drop>
   </field>
 
   <field>
-       <name>subject</name>
-       <uniqueName>activity_subject</uniqueName>
-       <type>varchar</type>
-       <title>Subject</title>
-       <length>255</length>
-       <comment>The subject/purpose/short description of the activity.</comment>
-       <import>true</import>
-       <headerPattern>/(activity.)?subject/i</headerPattern>
-       <html>
-        <type>Text</type>
-       </html>
-       <add>1.1</add>
-       <modify>2.0</modify>
+    <name>subject</name>
+    <uniqueName>activity_subject</uniqueName>
+    <type>varchar</type>
+    <title>Subject</title>
+    <length>255</length>
+    <comment>The subject/purpose/short description of the activity.</comment>
+    <import>true</import>
+    <headerPattern>/(activity.)?subject/i</headerPattern>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>1.1</add>
+    <modify>2.0</modify>
   </field>
 
   <field>
-       <name>scheduled_date</name>
-       <type>datetime</type>
-       <comment>Date and time meeting is scheduled to occur.</comment>
-       <add>1.1</add>
-       <drop>2.0</drop>
+    <name>scheduled_date</name>
+    <type>datetime</type>
+    <comment>Date and time meeting is scheduled to occur.</comment>
+    <add>1.1</add>
+    <drop>2.0</drop>
   </field>
 
   <field>
-       <name>activity_date_time</name>
-       <import>true</import>
-       <title>Activity Date</title>
-       <type>datetime</type>
-       <headerPattern>/(activity.)?date(.time$)?/i</headerPattern>
-       <comment>Date and time this activity is scheduled to occur. Formerly named scheduled_date_time.</comment>
-       <html>
-            <type>Select Date</type>
-      </html>
-       <add>2.0</add>
+    <name>activity_date_time</name>
+    <import>true</import>
+    <title>Activity Date</title>
+    <type>datetime</type>
+    <headerPattern>/(activity.)?date(.time$)?/i</headerPattern>
+    <comment>Date and time this activity is scheduled to occur. Formerly named scheduled_date_time.</comment>
+    <html>
+      <type>Select Date</type>
+    </html>
+    <add>2.0</add>
   </field>
   <field>
-       <name>due_date_time</name>
-       <type>datetime</type>
-       <comment>Date and time this activity is due.</comment>
-       <add>2.0</add>
-       <drop>3.0</drop>
+    <name>due_date_time</name>
+    <type>datetime</type>
+    <comment>Date and time this activity is due.</comment>
+    <add>2.0</add>
+    <drop>3.0</drop>
   </field>
   <field>
-       <name>duration_hours</name>
-       <type>int unsigned</type>
-       <comment>Planned or actual duration of meeting - hours.</comment>
-       <add>1.1</add>
-       <drop>2.0</drop>
+    <name>duration_hours</name>
+    <type>int unsigned</type>
+    <comment>Planned or actual duration of meeting - hours.</comment>
+    <add>1.1</add>
+    <drop>2.0</drop>
   </field>
 
   <field>
-      <name>duration_minutes</name>
-      <type>int unsigned</type>
-      <comment>Planned or actual duration of meeting - minutes.</comment>
-      <add>1.1</add>
-      <drop>2.0</drop>
+    <name>duration_minutes</name>
+    <type>int unsigned</type>
+    <comment>Planned or actual duration of meeting - minutes.</comment>
+    <add>1.1</add>
+    <drop>2.0</drop>
   </field>
 
   <field>
-      <name>duration</name>
-      <uniqueName>activity_duration</uniqueName>
-      <title>Duration</title>
-      <import>true</import>
-      <type>int unsigned</type>
-      <headerPattern>/(activity.)?duration(s)?$/i</headerPattern>
-      <comment>Planned or actual duration of activity expressed in minutes. Conglomerate of former duration_hours and duration_minutes.</comment>
-      <add>2.0</add>
-      <html>
-            <type>Text</type>
-      </html>
+    <name>duration</name>
+    <uniqueName>activity_duration</uniqueName>
+    <title>Duration</title>
+    <import>true</import>
+    <type>int unsigned</type>
+    <headerPattern>/(activity.)?duration(s)?$/i</headerPattern>
+    <comment>Planned or actual duration of activity expressed in minutes. Conglomerate of former duration_hours and duration_minutes.</comment>
+    <add>2.0</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
 
   <field>
-      <name>location</name>
-      <uniqueName>activity_location</uniqueName>
-      <title>Location</title>
-      <import>true</import>
-      <type>varchar</type>
-      <length>255</length>
-      <headerPattern>/(activity.)?location$/i</headerPattern>
-      <comment>Location of the activity (optional, open text).</comment>
-      <html>
-            <type>Text</type>
-      </html>
-      <add>1.1</add>
+    <name>location</name>
+    <uniqueName>activity_location</uniqueName>
+    <title>Location</title>
+    <import>true</import>
+    <type>varchar</type>
+    <length>255</length>
+    <headerPattern>/(activity.)?location$/i</headerPattern>
+    <comment>Location of the activity (optional, open text).</comment>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>1.1</add>
   </field>
 
   <field>
-      <name>phone_id</name>
-      <type>int unsigned</type>
-      <title>Phone (called) ID</title>
-      <comment>Phone ID of the number called (optional - used if an existing phone number is selected).</comment>
-      <add>2.0</add>
-      <html>
-        <type>Autocomplete-Select</type>
-      </html>
+    <name>phone_id</name>
+    <type>int unsigned</type>
+    <title>Phone (called) ID</title>
+    <comment>Phone ID of the number called (optional - used if an existing phone number is selected).</comment>
+    <add>2.0</add>
+    <html>
+      <type>Autocomplete-Select</type>
+    </html>
   </field>
   <foreignKey>
-       <name>phone_id</name>
-       <table>civicrm_phone</table>
-       <key>id</key>
-       <add>2.0</add>
-       <onDelete>SET NULL</onDelete>
+    <name>phone_id</name>
+    <table>civicrm_phone</table>
+    <key>id</key>
+    <add>2.0</add>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
 
   <field>
-      <name>phone_number</name>
-      <title>Phone (called) Number</title>
-      <type>varchar</type>
-      <length>64</length>
-      <comment>Phone number in case the number does not exist in the civicrm_phone table.</comment>
-      <html>
-            <type>Text</type>
-      </html>
-      <add>2.0</add>
+    <name>phone_number</name>
+    <title>Phone (called) Number</title>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>Phone number in case the number does not exist in the civicrm_phone table.</comment>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>2.0</add>
   </field>
 
   <field>
-      <name>details</name>
-      <uniqueName>activity_details</uniqueName>
-      <title>Details</title>
-      <import>true</import>
-      <type>text</type>
-      <headerPattern>/(activity.)?detail(s)?$/i</headerPattern>
-      <comment>Details about the activity (agenda, notes, etc).</comment>
-      <html>
-          <type>RichTextEditor</type>
-          <rows>8</rows>
-          <cols>60</cols>
-      </html>
-      <add>1.1</add>
+    <name>details</name>
+    <uniqueName>activity_details</uniqueName>
+    <title>Details</title>
+    <import>true</import>
+    <type>text</type>
+    <headerPattern>/(activity.)?detail(s)?$/i</headerPattern>
+    <comment>Details about the activity (agenda, notes, etc).</comment>
+    <html>
+      <type>RichTextEditor</type>
+      <rows>8</rows>
+      <cols>60</cols>
+    </html>
+    <add>1.1</add>
   </field>
 
   <field>
-      <name>status</name>
-      <type>enum</type>
-      <title>Status</title>
-      <values>Scheduled, Completed</values>
-      <comment>What is the status of this meeting? Completed meeting status results in activity history entry.</comment>
-      <add>1.1</add>
-      <drop>2.0</drop>
+    <name>status</name>
+    <type>enum</type>
+    <title>Status</title>
+    <values>Scheduled, Completed</values>
+    <comment>What is the status of this meeting? Completed meeting status results in activity history entry.</comment>
+    <add>1.1</add>
+    <drop>2.0</drop>
   </field>
 
   <field>
-      <name>status_id</name>
-      <uniqueName>activity_status_id</uniqueName>
-      <title>Activity Status</title>
-      <import>true</import>
-      <export>false</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>
-      <add>2.0</add>
-      <pseudoconstant>
-        <optionGroupName>activity_status</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>      
-  </field>
-  <field>
-      <name>priority_id</name>
-      <type>int unsigned</type>
-      <title>Priority</title>
-      <comment>ID of the priority given to this activity. Foreign key to civicrm_option_value.</comment>
-      <add>2.0</add>
-      <pseudoconstant>
-        <optionGroupName>priority</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>
-  </field>
-  <field>
-      <name>parent_id</name>
-      <title>Parent Activity Id</title>
-      <type>int unsigned</type>
-      <comment>Parent meeting ID (if this is a follow-up item). This is not currently implemented</comment>
-       <add>1.1</add>
+    <name>status_id</name>
+    <uniqueName>activity_status_id</uniqueName>
+    <title>Activity Status</title>
+    <import>true</import>
+    <export>false</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>
+    <add>2.0</add>
+    <pseudoconstant>
+      <optionGroupName>activity_status</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
+  </field>
+  <field>
+    <name>priority_id</name>
+    <type>int unsigned</type>
+    <title>Priority</title>
+    <comment>ID of the priority given to this activity. Foreign key to civicrm_option_value.</comment>
+    <add>2.0</add>
+    <pseudoconstant>
+      <optionGroupName>priority</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
+  </field>
+  <field>
+    <name>parent_id</name>
+    <title>Parent Activity Id</title>
+    <type>int unsigned</type>
+    <comment>Parent meeting ID (if this is a follow-up item). This is not currently implemented</comment>
+    <add>1.1</add>
   </field>
   <foreignKey>
-       <name>parent_id</name>
-       <table>civicrm_activity</table>
-       <key>id</key>
-       <add>1.1</add>
-       <onDelete>CASCADE</onDelete>
+    <name>parent_id</name>
+    <table>civicrm_activity</table>
+    <key>id</key>
+    <add>1.1</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
 
   <field>
-       <name>is_test</name>
-       <title>Test</title>
-       <uniqueName>activity_is_test</uniqueName>
-       <type>boolean</type>
-       <default>0</default>
-       <import>true</import>
-       <headerPattern>/(is.)?test(.activity)?/i</headerPattern>
-       <add>2.0</add>
-       <html>
-         <type>Select</type>
-       </html>
-  </field>
-  <field>
-      <name>medium_id</name>
-      <uniqueName>activity_medium_id</uniqueName>
-      <title>Activity Medium</title>
-      <type>int unsigned</type>
-      <default>NULL</default>
-      <comment>Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.</comment>
-      <pseudoconstant>
-        <optionGroupName>encounter_medium</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>
-      <add>2.2</add>
+    <name>is_test</name>
+    <title>Test</title>
+    <uniqueName>activity_is_test</uniqueName>
+    <type>boolean</type>
+    <default>0</default>
+    <import>true</import>
+    <headerPattern>/(is.)?test(.activity)?/i</headerPattern>
+    <add>2.0</add>
+    <html>
+      <type>Select</type>
+    </html>
+  </field>
+  <field>
+    <name>medium_id</name>
+    <uniqueName>activity_medium_id</uniqueName>
+    <title>Activity Medium</title>
+    <type>int unsigned</type>
+    <default>NULL</default>
+    <comment>Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.</comment>
+    <pseudoconstant>
+      <optionGroupName>encounter_medium</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
+    <add>2.2</add>
   </field>
   <index>
-       <name>index_medium_id</name>
-       <fieldName>medium_id</fieldName>
-       <add>2.2</add>
+    <name>index_medium_id</name>
+    <fieldName>medium_id</fieldName>
+    <add>2.2</add>
   </index>
   <field>
-       <name>is_auto</name>
-       <title>Auto</title>
-       <type>boolean</type>
-       <default>0</default>
-       <add>2.2</add>
+    <name>is_auto</name>
+    <title>Auto</title>
+    <type>boolean</type>
+    <default>0</default>
+    <add>2.2</add>
   </field>
   <field>
-       <name>relationship_id</name>
-       <title>Relationship Id</title>
-       <type>int unsigned</type>
-       <default>NULL</default>
-       <comment>FK to Relationship ID</comment>
-       <add>2.2</add>
+    <name>relationship_id</name>
+    <title>Relationship Id</title>
+    <type>int unsigned</type>
+    <default>NULL</default>
+    <comment>FK to Relationship ID</comment>
+    <add>2.2</add>
   </field>
   <foreignKey>
-       <name>relationship_id</name>
-       <table>civicrm_relationship</table>
-       <key>id</key>
-       <onDelete>SET NULL</onDelete>
+    <name>relationship_id</name>
+    <table>civicrm_relationship</table>
+    <key>id</key>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
   <field>
-       <name>is_current_revision</name>
-       <title>Is this activity a current revision in versioning chain?</title>
-       <type>boolean</type>
-       <default>1</default>
-       <import>true</import>
-       <headerPattern>/(is.)?(current.)?(revision|version(ing)?)/i</headerPattern>
-       <add>2.2</add>
-       <html>
-         <type>CheckBox</type>
-       </html>
+    <name>is_current_revision</name>
+    <title>Is this activity a current revision in versioning chain?</title>
+    <type>boolean</type>
+    <default>1</default>
+    <import>true</import>
+    <headerPattern>/(is.)?(current.)?(revision|version(ing)?)/i</headerPattern>
+    <add>2.2</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <index>
-       <name>index_is_current_revision</name>
-       <fieldName>is_current_revision</fieldName>
-       <add>2.2</add>
+    <name>index_is_current_revision</name>
+    <fieldName>is_current_revision</fieldName>
+    <add>2.2</add>
   </index>
   <field>
-      <name>original_id</name>
-      <type>int unsigned</type>
-      <title>Original Activity ID </title>
-      <comment>Activity ID of the first activity record in versioning chain.</comment>
-      <add>2.2</add>
+    <name>original_id</name>
+    <type>int unsigned</type>
+    <title>Original Activity ID </title>
+    <comment>Activity ID of the first activity record in versioning chain.</comment>
+    <add>2.2</add>
   </field>
   <foreignKey>
-       <name>original_id</name>
-       <table>civicrm_activity</table>
-       <key>id</key>
-       <add>2.2</add>
-       <onDelete>CASCADE</onDelete>
+    <name>original_id</name>
+    <table>civicrm_activity</table>
+    <key>id</key>
+    <add>2.2</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <index>
-       <name>UI_original_id</name>
-       <fieldName>original_id</fieldName>
-       <add>2.2</add>
-       <drop>3.2</drop>
+    <name>UI_original_id</name>
+    <fieldName>original_id</fieldName>
+    <add>2.2</add>
+    <drop>3.2</drop>
   </index>
   <field>
-       <name>result</name>
-       <uniqueName>activity_result</uniqueName>
-       <type>varchar</type>
-       <title>Result</title>
-       <length>255</length>
-       <comment>Currently being used to store result id for survey activity, FK to option value.</comment>
-       <html>
-            <type>Text</type>
-      </html>
-       <add>3.3</add>
-  </field>
-  <field>
-       <name>is_deleted</name>
-       <uniqueName>activity_is_deleted</uniqueName>
-       <title>Activity is in the Trash</title>
-       <type>boolean</type>
-       <default>0</default>
-       <import>true</import>
-       <headerPattern>/(activity.)?(trash|deleted)/i</headerPattern>
-       <add>2.2</add>
-       <html>
-         <type>Text</type>
-       </html>
+    <name>result</name>
+    <uniqueName>activity_result</uniqueName>
+    <type>varchar</type>
+    <title>Result</title>
+    <length>255</length>
+    <comment>Currently being used to store result id for survey activity, FK to option value.</comment>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>3.3</add>
+  </field>
+  <field>
+    <name>is_deleted</name>
+    <uniqueName>activity_is_deleted</uniqueName>
+    <title>Activity is in the Trash</title>
+    <type>boolean</type>
+    <default>0</default>
+    <import>true</import>
+    <headerPattern>/(activity.)?(trash|deleted)/i</headerPattern>
+    <add>2.2</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <index>
-       <name>index_is_deleted</name>
-       <fieldName>is_deleted</fieldName>
-       <add>2.2</add>
+    <name>index_is_deleted</name>
+    <fieldName>is_deleted</fieldName>
+    <add>2.2</add>
   </index>
   <field>
-       <name>campaign_id</name>
-       <uniqueName>activity_campaign_id</uniqueName>
-       <type>int unsigned</type>
-       <title>Campaign</title>
-       <import>true</import>
-       <comment>The campaign for which this activity has been triggered.</comment>
-       <pseudoconstant>
-          <table>civicrm_campaign</table>
-          <keyColumn>id</keyColumn>
-          <labelColumn>title</labelColumn>
-       </pseudoconstant>
-       <add>3.4</add>
-       <html>
-         <type>CheckBox</type>
-       </html>
+    <name>campaign_id</name>
+    <uniqueName>activity_campaign_id</uniqueName>
+    <type>int unsigned</type>
+    <title>Campaign</title>
+    <import>true</import>
+    <comment>The campaign for which this activity has been triggered.</comment>
+    <pseudoconstant>
+      <table>civicrm_campaign</table>
+      <keyColumn>id</keyColumn>
+      <labelColumn>title</labelColumn>
+    </pseudoconstant>
+    <add>3.4</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <foreignKey>
-       <name>campaign_id</name>
-       <table>civicrm_campaign</table>
-       <key>id</key>
-       <onDelete>SET NULL</onDelete>
+    <name>campaign_id</name>
+    <table>civicrm_campaign</table>
+    <key>id</key>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
   <field>
-      <name>engagement_level</name>
-      <uniqueName>activity_engagement_level</uniqueName>
-      <type>int unsigned</type>
-      <title>Engagement Index</title>
-      <import>true</import>
-      <comment>Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.</comment>
-      <pseudoconstant>
-        <optionGroupName>engagement_index</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>
-      <add>3.4</add>
-  </field>
-  <field>
-      <name>weight</name>
-      <type>int</type>
-      <add>4.1</add>
-      <html>
-         <type>Text</type>
-      </html>
+    <name>engagement_level</name>
+    <uniqueName>activity_engagement_level</uniqueName>
+    <type>int unsigned</type>
+    <title>Engagement Index</title>
+    <import>true</import>
+    <comment>Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.</comment>
+    <pseudoconstant>
+      <optionGroupName>engagement_index</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
+    <add>3.4</add>
+  </field>
+  <field>
+    <name>weight</name>
+    <type>int</type>
+    <add>4.1</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
 </table>
index a8f3a17a4be3bb45d1321ead0f1cbba31118dbb4..f3df06bb54ab71d9b610e0d136af4ecccc571b0a 100644 (file)
@@ -27,7 +27,7 @@
     <comment>Name of table where item being referenced is stored (activity, phonecall or meeting).</comment>
     <add>1.8</add>
     <drop>2.0</drop>
-   </field>
+  </field>
 
   <field>
     <name>activity_entity_id</name>
     <comment>Name of table where item being referenced is stored (contact assigned to given activity).</comment>
     <add>1.8</add>
     <drop>2.0</drop>
-   </field>
+  </field>
 
-   <field>
+  <field>
     <name>target_entity_id</name>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign key to the referenced item.</comment>
     <add>1.1</add>
     <drop>2.0</drop>
-   </field>
+  </field>
 
-   <dynamicForeignKey>
+  <dynamicForeignKey>
     <idColumn>target_entity_id</idColumn>
     <typeColumn>target_entity_table</typeColumn>
     <add>1.8</add>
     <drop>2.0</drop>
-   </dynamicForeignKey>
+  </dynamicForeignKey>
 
-   <field>
+  <field>
     <name>activity_id</name>
     <type>int unsigned</type>
     <title>Activity ID</title>
     <required>true</required>
     <comment>Foreign key to the activity for this assignment.</comment>
     <add>2.0</add>
-   </field>
-   <foreignKey>
+  </field>
+  <foreignKey>
     <name>activity_id</name>
     <table>civicrm_activity</table>
     <key>id</key>
     <onDelete>CASCADE</onDelete>
   </foreignKey>
 
-   <field>
+  <field>
     <name>assignee_contact_id</name>
     <type>int unsigned</type>
     <title>Assignee Contact ID</title>
     <required>true</required>
     <comment>Foreign key to the contact for this assignment.</comment>
     <add>2.0</add>
-   </field>
-   <foreignKey>
+  </field>
+  <foreignKey>
     <name>assignee_contact_id</name>
     <table>civicrm_contact</table>
     <key>id</key>
   </foreignKey>
 
   <index>
-       <name>UI_activity_assignee_contact_id</name>
-       <fieldName>assignee_contact_id</fieldName>
-       <fieldName>activity_id</fieldName>
-       <unique>true</unique>
-       <add>2.0</add>
+    <name>UI_activity_assignee_contact_id</name>
+    <fieldName>assignee_contact_id</fieldName>
+    <fieldName>activity_id</fieldName>
+    <unique>true</unique>
+    <add>2.0</add>
   </index>
 
 
index 72a627fdcb9157c2dcd7299af235fca503da23e5..01e67670619b97b1b63bae78e845e6e857497349 100644 (file)
   <add>3.3</add>
 
   <field>
-      <name>id</name>
-      <title>Campaign ID</title>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Unique Campaign ID.</comment>
-      <import>true</import>
-      <add>3.3</add>
+    <name>id</name>
+    <title>Campaign ID</title>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Unique Campaign ID.</comment>
+    <import>true</import>
+    <add>3.3</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
 
   <field>
-      <name>name</name>
-      <title>Campaign Name</title>
-      <type>varchar</type>
-      <length>255</length>
-      <required>true</required>
-      <comment>Name of the Campaign.</comment>
-      <import>true</import>
-      <html>
-        <type>Text</type>
-      </html>
-      <add>3.3</add>
+    <name>name</name>
+    <title>Campaign Name</title>
+    <type>varchar</type>
+    <length>255</length>
+    <required>true</required>
+    <comment>Name of the Campaign.</comment>
+    <import>true</import>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>3.3</add>
   </field>
 
   <field>
-       <name>title</name>
-       <title>Campaign Title</title>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Title of the Campaign.</comment>
-       <import>true</import>
-       <html>
-        <type>Text</type>
-      </html>
-       <add>3.3</add>
+    <name>title</name>
+    <title>Campaign Title</title>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Title of the Campaign.</comment>
+    <import>true</import>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>3.3</add>
   </field>
 
   <field>
-      <name>description</name>
-      <title>Campaign Description</title>
-      <type>text</type>
-      <html>
-        <type>TextArea</type>
-        <rows>8</rows>
-        <cols>60</cols>
-      </html>
-      <comment>Full description of Campaign.</comment>
-      <add>3.3</add>
+    <name>description</name>
+    <title>Campaign Description</title>
+    <type>text</type>
+    <html>
+      <type>TextArea</type>
+      <rows>8</rows>
+      <cols>60</cols>
+    </html>
+    <comment>Full description of Campaign.</comment>
+    <add>3.3</add>
   </field>
 
   <field>
-      <name>start_date</name>
-      <title>Campaign Start Date</title>
-      <type>datetime</type>
-      <headerPattern>/^start|(s(tart\s)?date)$/i</headerPattern>
-      <comment>Date and time that Campaign starts.</comment>
-      <import>true</import>
-      <html>
-        <type>Select Date</type>
-      </html>
-      <add>3.3</add>
+    <name>start_date</name>
+    <title>Campaign Start Date</title>
+    <type>datetime</type>
+    <headerPattern>/^start|(s(tart\s)?date)$/i</headerPattern>
+    <comment>Date and time that Campaign starts.</comment>
+    <import>true</import>
+    <html>
+      <type>Select Date</type>
+    </html>
+    <add>3.3</add>
   </field>
 
   <field>
-      <name>end_date</name>
-      <title>Campaign End Date</title>
-      <type>datetime</type>
-      <headerPattern>/^end|(e(nd\s)?date)$/i</headerPattern>
-      <comment>Date and time that Campaign ends.</comment>
-      <import>true</import>
-      <html>
-        <type>Select Date</type>
-      </html>
-      <add>3.3</add>
+    <name>end_date</name>
+    <title>Campaign End Date</title>
+    <type>datetime</type>
+    <headerPattern>/^end|(e(nd\s)?date)$/i</headerPattern>
+    <comment>Date and time that Campaign ends.</comment>
+    <import>true</import>
+    <html>
+      <type>Select Date</type>
+    </html>
+    <add>3.3</add>
   </field>
 
   <field>
-      <name>campaign_type_id</name>
-      <title>Campaign Type</title>
-      <type>int unsigned</type>
-      <default>NULL</default>
-      <comment>Campaign Type ID.Implicit FK to civicrm_option_value where option_group = campaign_type</comment>
-      <import>true</import>
-      <pseudoconstant>
-        <optionGroupName>campaign_type</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>
-      <add>3.3</add>
+    <name>campaign_type_id</name>
+    <title>Campaign Type</title>
+    <type>int unsigned</type>
+    <default>NULL</default>
+    <comment>Campaign Type ID.Implicit FK to civicrm_option_value where option_group = campaign_type</comment>
+    <import>true</import>
+    <pseudoconstant>
+      <optionGroupName>campaign_type</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
+    <add>3.3</add>
   </field>
   <index>
-      <name>UI_campaign_type_id</name>
-      <fieldName>campaign_type_id</fieldName>
-      <add>3.3</add>
+    <name>UI_campaign_type_id</name>
+    <fieldName>campaign_type_id</fieldName>
+    <add>3.3</add>
   </index>
 
-   <field>
-      <name>status_id</name>
-      <title>Campaign Status</title>
-      <type>int unsigned</type>
-      <default>NULL</default>
-      <comment>Campaign status ID.Implicit FK to civicrm_option_value where option_group = campaign_status</comment>
-      <import>true</import>
-      <pseudoconstant>
-        <optionGroupName>campaign_status</optionGroupName>
-      </pseudoconstant>
-      <html>
-        <type>Select</type>
-      </html>
-      <add>3.3</add>
+  <field>
+    <name>status_id</name>
+    <title>Campaign Status</title>
+    <type>int unsigned</type>
+    <default>NULL</default>
+    <comment>Campaign status ID.Implicit FK to civicrm_option_value where option_group = campaign_status</comment>
+    <import>true</import>
+    <pseudoconstant>
+      <optionGroupName>campaign_status</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
+    <add>3.3</add>
   </field>
   <index>
-      <name>UI_campaign_status_id</name>
-      <fieldName>status_id</fieldName>
-      <add>3.3</add>
+    <name>UI_campaign_status_id</name>
+    <fieldName>status_id</fieldName>
+    <add>3.3</add>
   </index>
 
   <field>
-       <name>external_identifier</name>
-       <type>varchar</type>
-       <title>Campaign External ID</title>
-       <length>32</length>
-       <headerPattern>/external\s?id/i</headerPattern>
-       <dataPattern>/^\d{11,}$/</dataPattern>
-       <comment>Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.</comment>
-       <import>true</import>
-       <add>3.3</add>
-       <html>
-         <type>Text</type>
-       </html>
+    <name>external_identifier</name>
+    <type>varchar</type>
+    <title>Campaign External ID</title>
+    <length>32</length>
+    <headerPattern>/external\s?id/i</headerPattern>
+    <dataPattern>/^\d{11,}$/</dataPattern>
+    <comment>Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.</comment>
+    <import>true</import>
+    <add>3.3</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <index>
-       <name>UI_external_identifier</name>
-       <unique>true</unique>
-       <fieldName>external_identifier</fieldName>
-       <add>3.3</add>
+    <name>UI_external_identifier</name>
+    <unique>true</unique>
+    <fieldName>external_identifier</fieldName>
+    <add>3.3</add>
   </index>
 
   <field>
-       <name>parent_id</name>
-       <title>Parent Campaign</title>
-       <type>int unsigned</type>
-       <default>NULL</default>
-       <comment>Optional parent id for this Campaign.</comment>
-       <import>true</import>
-       <add>3.3</add>
-       <html>
-         <type>Autocomplete-Select</type>
-       </html>
+    <name>parent_id</name>
+    <title>Parent Campaign</title>
+    <type>int unsigned</type>
+    <default>NULL</default>
+    <comment>Optional parent id for this Campaign.</comment>
+    <import>true</import>
+    <add>3.3</add>
+    <html>
+      <type>Autocomplete-Select</type>
+    </html>
   </field>
   <foreignKey>
-       <name>parent_id</name>
-       <table>civicrm_campaign</table>
-       <key>id</key>
-       <add>3.3</add>
-       <onDelete>SET NULL</onDelete>
+    <name>parent_id</name>
+    <table>civicrm_campaign</table>
+    <key>id</key>
+    <add>3.3</add>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
 
   <field>
-      <name>is_active</name>
-      <title>Is Campaign Active?</title>
-      <type>boolean</type>
-      <default>1</default>
-      <comment>Is this Campaign enabled or disabled/cancelled?</comment>
-      <add>3.3</add>
-      <html>
-        <type>CheckBox</type>
-      </html>
+    <name>is_active</name>
+    <title>Is Campaign Active?</title>
+    <type>boolean</type>
+    <default>1</default>
+    <comment>Is this Campaign enabled or disabled/cancelled?</comment>
+    <add>3.3</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
 
   <field>
-      <name>created_id</name>
-      <type>int unsigned</type>
-      <title>Campaign Created By</title>
-      <comment>FK to civicrm_contact, who created this Campaign.</comment>
-      <add>3.3</add>
+    <name>created_id</name>
+    <type>int unsigned</type>
+    <title>Campaign Created By</title>
+    <comment>FK to civicrm_contact, who created this Campaign.</comment>
+    <add>3.3</add>
   </field>
   <foreignKey>
-      <name>created_id</name>
-      <table>civicrm_contact</table>
-      <key>id</key>
-      <add>3.3</add>
-      <onDelete>SET NULL</onDelete>
+    <name>created_id</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>3.3</add>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
 
   <field>
-      <name>created_date</name>
-      <type>datetime</type>
-      <title>Campaign Created Date</title>
-      <comment>Date and time that Campaign was created.</comment>
-      <add>3.3</add>
-      <html>
-        <type>Select Date</type>
-      </html>
+    <name>created_date</name>
+    <type>datetime</type>
+    <title>Campaign Created Date</title>
+    <comment>Date and time that Campaign was created.</comment>
+    <add>3.3</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
 
   <field>
-      <name>last_modified_id</name>
-      <type>int unsigned</type>
-      <title>Campaign Modified By</title>
-      <comment>FK to civicrm_contact, who recently edited this Campaign.</comment>
-      <add>3.3</add>
+    <name>last_modified_id</name>
+    <type>int unsigned</type>
+    <title>Campaign Modified By</title>
+    <comment>FK to civicrm_contact, who recently edited this Campaign.</comment>
+    <add>3.3</add>
   </field>
   <foreignKey>
-      <name>last_modified_id</name>
-      <table>civicrm_contact</table>
-      <key>id</key>
-      <add>3.3</add>
-      <onDelete>SET NULL</onDelete>
+    <name>last_modified_id</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>3.3</add>
+    <onDelete>SET NULL</onDelete>
   </foreignKey>
 
   <field>
-      <name>last_modified_date</name>
-      <type>datetime</type>
-      <title>Campaign Modified Date</title>
-      <comment>Date and time that Campaign was edited last time.</comment>
-      <add>3.3</add>
-  </field>
-  <field>
-      <name>goal_general</name>
-      <type>text</type>
-      <title>Campaign Goals</title>
-      <comment>General goals for Campaign.</comment>
-      <add>3.4</add>
-      <html>
-        <type>RichTextEditor</type>
-      </html>
-  </field>
-  <field>
-      <name>goal_revenue</name>
-      <type>decimal</type>
-      <comment>The target revenue for this campaign.</comment>
-      <add>3.4</add>
-      <html>
-        <type>Text</type>
-      </html>
+    <name>last_modified_date</name>
+    <type>datetime</type>
+    <title>Campaign Modified Date</title>
+    <comment>Date and time that Campaign was edited last time.</comment>
+    <add>3.3</add>
+  </field>
+  <field>
+    <name>goal_general</name>
+    <type>text</type>
+    <title>Campaign Goals</title>
+    <comment>General goals for Campaign.</comment>
+    <add>3.4</add>
+    <html>
+      <type>RichTextEditor</type>
+    </html>
+  </field>
+  <field>
+    <name>goal_revenue</name>
+    <type>decimal</type>
+    <comment>The target revenue for this campaign.</comment>
+    <add>3.4</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
 </table>