mirror of
https://github.com/go-gitea/gitea
synced 2025-01-12 10:44:27 +00:00
parent
d789170e31
commit
d827b0bfb7
@ -134,8 +134,8 @@ type Repository struct {
|
|||||||
Owner *User `xorm:"-"`
|
Owner *User `xorm:"-"`
|
||||||
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
|
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
|
||||||
Name string `xorm:"INDEX NOT NULL"`
|
Name string `xorm:"INDEX NOT NULL"`
|
||||||
Description string
|
Description string `xorm:"TEXT"`
|
||||||
Website string
|
Website string `xorm:"VARCHAR(2048)"`
|
||||||
DefaultBranch string
|
DefaultBranch string
|
||||||
|
|
||||||
NumWatches int
|
NumWatches int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user