Merge branch 'CRM-14696-v2' of https://github.com/JKingsnorth/civicrm-core into CRM...
[civicrm-core.git] / xml / schema / Bridge / Role.xml
index 2b1357ddd37827ec958ae3c1a4ad56c03e0b4c8e..52f01cde2aa491a11b6502083509d46ec71e3697 100644 (file)
@@ -7,26 +7,26 @@
   <comment>An FK table that links between civicrm group and drupal roles</comment>
   <add>2.0</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Unique table ID</comment>
-      <add>2.0</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Unique table ID</comment>
+    <add>2.0</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-       <name>drupal_role_id</name>
-       <type>int unsigned</type>
-       <comment>Foreign key to the drupal role.</comment>
-       <add>2.0</add>
+    <name>drupal_role_id</name>
+    <type>int unsigned</type>
+    <comment>Foreign key to the drupal role.</comment>
+    <add>2.0</add>
   </field>
   <index>
-       <name>index_drupal_role_id</name>
-       <fieldName>index_drupal_role_id</fieldName>
-       <add>2.0</add>
+    <name>index_drupal_role_id</name>
+    <fieldName>index_drupal_role_id</fieldName>
+    <add>2.0</add>
   </index>
   <field>
     <name>group_id</name>
@@ -44,9 +44,9 @@
     </html>
   </field>
   <foreignKey>
-       <name>group_id</name>
-       <table>civicrm_group</table>
-       <key>id</key>
-       <add>2.0</add>
+    <name>group_id</name>
+    <table>civicrm_group</table>
+    <key>id</key>
+    <add>2.0</add>
   </foreignKey>
 </table>