CRM-15168 stdise whitespace across schema xml to make editing easier
[civicrm-core.git] / xml / schema / Event / ParticipantPayment.xml
index ecb4df53bf24252dd65b1e5898dbf8810e960c8d..c751945685349b5e85149d177b80be7b4b031cb2 100644 (file)
@@ -7,44 +7,44 @@
   <add>1.7</add>
   <log>true</log>
   <field>
-      <name>id</name>
-      <title>Payment ID</title>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Participant Payment Id</comment>
-       <add>1.7</add>
+    <name>id</name>
+    <title>Payment ID</title>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Participant Payment Id</comment>
+    <add>1.7</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>participant_id</name>
-      <title>Participant ID</title>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Participant Id (FK)</comment>
-      <add>1.7</add>
+    <name>participant_id</name>
+    <title>Participant ID</title>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Participant Id (FK)</comment>
+    <add>1.7</add>
   </field>
   <foreignKey>
-       <name>participant_id</name>
-       <table>civicrm_participant</table>
-       <key>id</key>
-       <onDelete>CASCADE</onDelete>
+    <name>participant_id</name>
+    <table>civicrm_participant</table>
+    <key>id</key>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <field>
-      <name>contribution_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>FK to contribution table.</comment>
-      <add>2.0</add>
+    <name>contribution_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>FK to contribution table.</comment>
+    <add>2.0</add>
   </field>
   <foreignKey>
-       <name>contribution_id</name>
-       <table>civicrm_contribution</table>
-       <key>id</key>
-       <add>2.0</add>
-       <onDelete>CASCADE</onDelete>
+    <name>contribution_id</name>
+    <table>civicrm_contribution</table>
+    <key>id</key>
+    <add>2.0</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <index>
     <name>UI_contribution_participant</name>