mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Update todo
This commit is contained in:
parent
075857f030
commit
6310e75d8d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue