CRM-15168 stdise whitespace across schema xml to make editing easier
[civicrm-core.git] / xml / schema / Core / ActionLog.xml
index 09f05039b227feb03c0256470eedc06f1682be53..17c7aa0da15290fe3ed9b18058655940a36162bd 100644 (file)
@@ -7,84 +7,84 @@
   <comment>Table to store log for the reminder.</comment>
   <add>3.4</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <add>3.4</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <add>3.4</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>contact_id</name>
-      <type>int unsigned</type>
-      <comment>FK to Contact ID</comment>
-      <add>3.4</add>
+    <name>contact_id</name>
+    <type>int unsigned</type>
+    <comment>FK to Contact ID</comment>
+    <add>3.4</add>
   </field>
   <foreignKey>
-       <name>contact_id</name>
-       <table>civicrm_contact</table>
-       <key>id</key>
-       <add>3.4</add>
-       <onDelete>CASCADE</onDelete>
+    <name>contact_id</name>
+    <table>civicrm_contact</table>
+    <key>id</key>
+    <add>3.4</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <field>
-      <name>entity_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>FK to id of the entity that the action was performed on. Pseudo - FK.</comment>
-      <add>3.4</add>
+    <name>entity_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>FK to id of the entity that the action was performed on. Pseudo - FK.</comment>
+    <add>3.4</add>
   </field>
   <field>
-       <name>entity_table</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant</comment>
-       <add>3.4</add>
+    <name>entity_table</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant</comment>
+    <add>3.4</add>
   </field>
   <dynamicForeignKey>
-       <idColumn>entity_id</idColumn>
-       <typeColumn>entity_table</typeColumn>
-       <add>3.4</add>
+    <idColumn>entity_id</idColumn>
+    <typeColumn>entity_table</typeColumn>
+    <add>3.4</add>
   </dynamicForeignKey>
   <field>
-      <name>action_schedule_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>FK to the action schedule that this action originated from.</comment>
-      <add>3.4</add>
+    <name>action_schedule_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>FK to the action schedule that this action originated from.</comment>
+    <add>3.4</add>
   </field>
   <foreignKey>
-       <name>action_schedule_id</name>
-       <table>civicrm_action_schedule</table>
-       <key>id</key>
-       <add>3.4</add>
-       <onDelete>CASCADE</onDelete>
+    <name>action_schedule_id</name>
+    <table>civicrm_action_schedule</table>
+    <key>id</key>
+    <add>3.4</add>
+    <onDelete>CASCADE</onDelete>
   </foreignKey>
   <field>
-      <name>action_date_time</name>
-      <type>datetime</type>
-      <comment>date time that the action was performed on.</comment>
-      <add>3.4</add>
+    <name>action_date_time</name>
+    <type>datetime</type>
+    <comment>date time that the action was performed on.</comment>
+    <add>3.4</add>
   </field>
   <field>
-      <name>is_error</name>
-      <type>boolean</type>
-      <default>0</default>
-      <comment>Was there any error sending the reminder?</comment>
-      <add>3.4</add>
+    <name>is_error</name>
+    <type>boolean</type>
+    <default>0</default>
+    <comment>Was there any error sending the reminder?</comment>
+    <add>3.4</add>
   </field>
   <field>
-     <name>message</name>
-     <type>text</type>
-     <comment>Description / text in case there was an error encountered.</comment>
-     <add>3.4</add>
+    <name>message</name>
+    <type>text</type>
+    <comment>Description / text in case there was an error encountered.</comment>
+    <add>3.4</add>
   </field>
   <field>
-      <name>repetition_number</name>
-      <type>int unsigned</type>
-      <comment>Keeps track of the sequence number of this repetition.</comment>
-      <add>3.4</add>
+    <name>repetition_number</name>
+    <type>int unsigned</type>
+    <comment>Keeps track of the sequence number of this repetition.</comment>
+    <add>3.4</add>
   </field>
 </table>