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.
IsPrivate
1 parent 7fc73a9 commit 0051aaaCopy full SHA for 0051aaa
models/group/group.go
@@ -24,11 +24,10 @@ type Group struct {
24
ID int64 `xorm:"pk autoincr"`
25
OwnerID int64 `xorm:"UNIQUE(s) index NOT NULL"`
26
OwnerName string
27
- Owner *user_model.User `xorm:"-"`
28
- LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
29
- Name string `xorm:"TEXT INDEX NOT NULL"`
30
- Description string `xorm:"TEXT"`
31
- IsPrivate bool
+ Owner *user_model.User `xorm:"-"`
+ LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
+ Name string `xorm:"TEXT INDEX NOT NULL"`
+ Description string `xorm:"TEXT"`
32
Visibility structs.VisibleType `xorm:"NOT NULL DEFAULT 0"`
33
Avatar string `xorm:"VARCHAR(64)"`
34
0 commit comments