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.
TEXT
Group.LowerName
1 parent ed28061 commit 0a46021Copy full SHA for 0a46021
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:"INDEX NOT NULL"`
+ LowerName string `xorm:"TEXT 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