whitespace cleanup
authorJoe Murray <joe.murray@jmaconsulting.biz>
Tue, 21 Mar 2017 20:33:53 +0000 (16:33 -0400)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2017 20:33:53 +0000 (16:33 -0400)
removed a space and several blank lines

xml/schema/Activity/Activity.xml

index b47eb8900b427005f635748bf25d110493496f41..6599ab1a7bb8ed49caa5a4f7ff4066297f0efbe8 100644 (file)
@@ -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>
@@ -15,7 +15,6 @@
     <required>true</required>
     <comment>Unique  Other Activity ID</comment>
     <add>1.1</add>
-
   </field>
   <primaryKey>
     <name>id</name>
@@ -45,7 +44,6 @@
     <add>2.0</add>
     <drop>3.2</drop>
   </index>
-
   <field>
     <name>source_record_id</name>
     <type>int unsigned</type>
@@ -81,7 +79,6 @@
     <fieldName>activity_type_id</fieldName>
     <add>1.6</add>
   </index>
-
   <field>
     <name>target_entity_table</name>
     <type>varchar</type>
@@ -91,7 +88,6 @@
     <add>1.1</add>
     <drop>2.0</drop>
   </field>
-
   <field>
     <name>target_entity_id</name>
     <type>int unsigned</type>
     <add>1.1</add>
     <drop>2.0</drop>
   </field>
-
   <field>
     <name>subject</name>
     <uniqueName>activity_subject</uniqueName>
     <add>1.1</add>
     <modify>2.0</modify>
   </field>
-
   <field>
     <name>scheduled_date</name>
     <type>datetime</type>
     <add>1.1</add>
     <drop>2.0</drop>
   </field>
-
   <field>
     <name>activity_date_time</name>
     <import>true</import>
     <add>1.1</add>
     <drop>2.0</drop>
   </field>
-
   <field>
     <name>duration_minutes</name>
     <type>int unsigned</type>
     <add>1.1</add>
     <drop>2.0</drop>
   </field>
-
   <field>
     <name>duration</name>
     <uniqueName>activity_duration</uniqueName>
       <type>Text</type>
     </html>
   </field>
-
   <field>
     <name>location</name>
     <uniqueName>activity_location</uniqueName>
     </html>
     <add>1.1</add>
   </field>
-
   <field>
     <name>phone_id</name>
     <type>int unsigned</type>
     <add>2.0</add>
     <onDelete>SET NULL</onDelete>
   </foreignKey>
-
   <field>
     <name>phone_number</name>
     <title>Phone (called) Number</title>
     </html>
     <add>2.0</add>
   </field>
-
   <field>
     <name>details</name>
     <uniqueName>activity_details</uniqueName>
     </html>
     <add>1.1</add>
   </field>
-
   <field>
     <name>status</name>
     <type>enum</type>
     <add>1.1</add>
     <drop>2.0</drop>
   </field>
-
   <field>
     <name>status_id</name>
     <uniqueName>activity_status_id</uniqueName>
     <add>1.1</add>
     <onDelete>CASCADE</onDelete>
   </foreignKey>
-
   <field>
     <name>is_test</name>
     <title>Test</title>