Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
removed a space and several blank lines
  • Loading branch information
JoeMurray authored Mar 21, 2017
1 parent 4c89e0b commit 165a7fc
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions xml/schema/Activity/Activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<base>CRM/Activity</base>
<class>Activity</class>
<name>civicrm_activity</name>
<comment>Other Activity details stored here include contact, location, details.</comment>
<comment>Other Activity details stored here include contact, location, details.</comment>
<add>1.1</add>
<log>true</log>
<field>
Expand All @@ -15,7 +15,6 @@
<required>true</required>
<comment>Unique Other Activity ID</comment>
<add>1.1</add>

</field>
<primaryKey>
<name>id</name>
Expand Down Expand Up @@ -45,7 +44,6 @@
<add>2.0</add>
<drop>3.2</drop>
</index>

<field>
<name>source_record_id</name>
<type>int unsigned</type>
Expand Down Expand Up @@ -81,7 +79,6 @@
<fieldName>activity_type_id</fieldName>
<add>1.6</add>
</index>

<field>
<name>target_entity_table</name>
<type>varchar</type>
Expand All @@ -91,7 +88,6 @@
<add>1.1</add>
<drop>2.0</drop>
</field>

<field>
<name>target_entity_id</name>
<type>int unsigned</type>
Expand All @@ -100,7 +96,6 @@
<add>1.1</add>
<drop>2.0</drop>
</field>

<field>
<name>subject</name>
<uniqueName>activity_subject</uniqueName>
Expand All @@ -116,15 +111,13 @@
<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>
</field>

<field>
<name>activity_date_time</name>
<import>true</import>
Expand Down Expand Up @@ -152,15 +145,13 @@
<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>
</field>

<field>
<name>duration</name>
<uniqueName>activity_duration</uniqueName>
Expand All @@ -174,7 +165,6 @@
<type>Text</type>
</html>
</field>

<field>
<name>location</name>
<uniqueName>activity_location</uniqueName>
Expand All @@ -189,7 +179,6 @@
</html>
<add>1.1</add>
</field>

<field>
<name>phone_id</name>
<type>int unsigned</type>
Expand All @@ -207,7 +196,6 @@
<add>2.0</add>
<onDelete>SET NULL</onDelete>
</foreignKey>

<field>
<name>phone_number</name>
<title>Phone (called) Number</title>
Expand All @@ -219,7 +207,6 @@
</html>
<add>2.0</add>
</field>

<field>
<name>details</name>
<uniqueName>activity_details</uniqueName>
Expand All @@ -235,7 +222,6 @@
</html>
<add>1.1</add>
</field>

<field>
<name>status</name>
<type>enum</type>
Expand All @@ -245,7 +231,6 @@
<add>1.1</add>
<drop>2.0</drop>
</field>

<field>
<name>status_id</name>
<uniqueName>activity_status_id</uniqueName>
Expand Down Expand Up @@ -290,7 +275,6 @@
<add>1.1</add>
<onDelete>CASCADE</onDelete>
</foreignKey>

<field>
<name>is_test</name>
<title>Test</title>
Expand Down

0 comments on commit 165a7fc

Please sign in to comment.