projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbefad
)
add unique index for new sites on uf_group.name CRM-15961
author
eileenmcnaugton
<eileen@fuzion.co.nz>
Fri, 14 Aug 2015 05:06:34 +0000
(17:06 +1200)
committer
eileenmcnaugton
<eileen@fuzion.co.nz>
Sun, 16 Aug 2015 02:52:57 +0000
(14:52 +1200)
xml/schema/Core/UFGroup.xml
patch
|
blob
|
blame
|
history
diff --git
a/xml/schema/Core/UFGroup.xml
b/xml/schema/Core/UFGroup.xml
index e40c81ae8f3275b84c62665b3e95fbc376881f82..6bdd88b247babde0574f928a2adb8ac7f95ce9be 100644
(file)
--- a/
xml/schema/Core/UFGroup.xml
+++ b/
xml/schema/Core/UFGroup.xml
@@
-217,6
+217,12
@@
<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>