Add index to civicrm_contact.created_date & modified_date
[civicrm-core.git] / xml / schema / Contact / GroupNesting.xml
index b09923ebeb3e55a37f23c07fb73e2f3611510984..cad890eb273621b1065ad90ffe4c34a408543821 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Group Nesting ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Relationship ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>child_group_id</name>
+    <title>Child Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the child group</comment>
@@ -34,6 +36,7 @@
   </foreignKey>
   <field>
     <name>parent_group_id</name>
+    <title>Parent Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the parent group</comment>