Update todo
This commit is contained in:
parent
075857f030
commit
6310e75d8d
|
@ -137,7 +137,7 @@ type Repository struct {
|
||||||
OriginalURL string `xorm:"VARCHAR(2048)"`
|
OriginalURL string `xorm:"VARCHAR(2048)"`
|
||||||
DefaultBranch string
|
DefaultBranch string
|
||||||
WikiBranch string
|
WikiBranch string
|
||||||
// TODO: Create own table out of this field
|
// TODO: Do we still need this here?
|
||||||
FederationRepos string `xorm:"TEXT"`
|
FederationRepos string `xorm:"TEXT"`
|
||||||
|
|
||||||
NumWatches int
|
NumWatches int
|
||||||
|
|
Loading…
Reference in New Issue