We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNIQUE
Group.LowerName
1 parent c925824 commit 1cf163fCopy full SHA for 1cf163f
models/group/group.go
@@ -29,7 +29,7 @@ type Group struct {
29
OwnerID int64 `xorm:"UNIQUE(s) index NOT NULL"`
30
OwnerName string
31
Owner *user_model.User `xorm:"-"`
32
- LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
+ LowerName string `xorm:"INDEX NOT NULL"`
33
Name string `xorm:"TEXT INDEX NOT NULL"`
34
Description string `xorm:"TEXT"`
35
Visibility structs.VisibleType `xorm:"NOT NULL DEFAULT 0"`
0 commit comments