add unique index for new sites on uf_group.name CRM-15961
authoreileenmcnaugton <eileen@fuzion.co.nz>
Fri, 14 Aug 2015 05:06:34 +0000 (17:06 +1200)
committereileenmcnaugton <eileen@fuzion.co.nz>
Sun, 16 Aug 2015 02:52:57 +0000 (14:52 +1200)
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>