forked from forgejo/forgejo
Mirror fix
This commit is contained in:
parent
0da4975f4f
commit
dd8e7868ce
4 changed files with 3 additions and 3 deletions
|
@ -34,6 +34,7 @@ type Repository struct {
|
|||
LowerName string `xorm:"unique(s) index not null"`
|
||||
Name string `xorm:"index not null"`
|
||||
Description string
|
||||
Website string
|
||||
Private bool
|
||||
NumWatchs int
|
||||
NumStars int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue