parent
d789170e31
commit
d827b0bfb7
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ type Repository struct {
|
|||
Owner *User `xorm:"-"`
|
||||
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
|
||||
Name string `xorm:"INDEX NOT NULL"`
|
||||
Description string
|
||||
Website string
|
||||
Description string `xorm:"TEXT"`
|
||||
Website string `xorm:"VARCHAR(2048)"`
|
||||
DefaultBranch string
|
||||
|
||||
NumWatches int
|
||||
|
|
Loading…
Reference in a new issue