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 e29ab2b commit 766d33cCopy full SHA for 766d33c
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