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 1cf163f commit d7f1cbcCopy full SHA for d7f1cbc
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