add unique index for new sites on uf_group.name CRM-15961
[civicrm-core.git] / xml / schema / Core / UFGroup.xml
index e40c81ae8f3275b84c62665b3e95fbc376881f82..6bdd88b247babde0574f928a2adb8ac7f95ce9be 100644 (file)
     <comment>Name of the UF group for directly addressing it in the codebase</comment>
     <add>3.0</add>
   </field>
+  <index>
+    <name>UI_name</name>
+    <fieldName>name</fieldName>
+    <unique>true</unique>
+    <add>4.7</add>
+  </index>
   <field>
     <name>created_id</name>
     <title>Profile Created By</title>