Merge pull request #19291 from eileenmcnaughton/prof
[civicrm-core.git] / xml / schema / Contribute / ContributionPage.xml
index 15bd5218edaa7012009a5c88d51e3c115f26e8f3..ec39744138ba0ca5438e1ba72e2eb31a610bdcdf 100644 (file)
@@ -7,6 +7,7 @@
   <comment>A Contribution object store meta information about a single customized contribution page</comment>
   <add>1.3</add>
   <log>true</log>
+  <component>CiviContribute</component>
   <field>
     <name>id</name>
     <title>Contribution Page ID</title>
     <comment>Text and html allowed. Displayed below title.</comment>
     <add>1.3</add>
   </field>
-  <field>
-    <name>contribution_type_id</name>
-    <type>int unsigned</type>
-    <required>true</required>
-    <comment>default Contribution type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution</comment>
-    <add>1.3</add>
-    <drop>4.3</drop>
-  </field>
-  <foreignKey>
-    <name>contribution_type_id</name>
-    <table>civicrm_contribution_type</table>
-    <key>id</key>
-    <drop>4.3</drop>
-  </foreignKey>
   <field>
     <name>financial_type_id</name>
     <title>Financial Type</title>