Merge pull request #18244 from colemanw/drop
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 27 Aug 2020 04:52:39 +0000 (16:52 +1200)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 04:52:39 +0000 (16:52 +1200)
Remove old dropped items from the schema xml

1  2 
xml/schema/Activity/Activity.xml
xml/schema/Contact/Contact.xml
xml/schema/Contribute/Contribution.xml

Simple merge
Simple merge
index c7ed79e140cc072600eaa7cb5f6d3d951c13b67d,5edebe7bc3d38f9f24ed8617bf8cabc6839ddd06..fed11d358c87d55b59ae90f106a72f000d9de42c
      <add>1.3</add>
      <onDelete>CASCADE</onDelete>
    </foreignKey>
-   <field>
-     <name>solicitor_id</name>
-     <title>Solicitor ID</title>
-     <type>int unsigned</type>
-     <comment>FK to Solicitor ID</comment>
-     <add>1.4</add>
-     <drop>2.2</drop>
-   </field>
-   <foreignKey>
-     <name>solicitor_id</name>
-     <table>civicrm_contact</table>
-     <key>id</key>
-     <add>1.4</add>
-     <drop>2.2</drop>
-     <onDelete>SET NULL</onDelete>
-   </foreignKey>
-   <field>
-     <name>contribution_type_id</name>
-     <title>Contribution Type</title>
-     <export>false</export>
-     <type>int unsigned</type>
-     <comment>FK to Contribution Type</comment>
-     <add>1.3</add>
-     <drop>4.3</drop>
-   </field>
-   <foreignKey>
-     <name>contribution_type_id</name>
-     <table>civicrm_contribution_type</table>
-     <key>id</key>
-     <add>1.3</add>
-     <drop>4.3</drop>
-     <onDelete>SET NULL</onDelete>
-   </foreignKey>
    <field>
      <name>financial_type_id</name>
 -    <title>Financial Type</title>
 +    <title>Financial Type ID</title>
      <type>int unsigned</type>
      <comment>FK to Financial Type for (total_amount - non_deductible_amount).</comment>
      <pseudoconstant>