diff --git a/models/repo/repo.go b/models/repo/repo.go index 7a2567c912..3298ca8c4d 100644 --- a/models/repo/repo.go +++ b/models/repo/repo.go @@ -137,7 +137,7 @@ type Repository struct { OriginalURL string `xorm:"VARCHAR(2048)"` DefaultBranch string WikiBranch string - // TODO: Create own table out of this field + // TODO: Do we still need this here? FederationRepos string `xorm:"TEXT"` NumWatches int