WIP Implement proper saving of federated repo urls

Added ToDos where relevant
This commit is contained in:
erik 2024-03-19 15:25:52 +01:00
parent 9337274334
commit 884e38bdab
3 changed files with 19 additions and 4 deletions

View file

@ -137,7 +137,7 @@ type Repository struct {
DefaultBranch string
WikiBranch string
// TODO: Create own table out of this field
FederationRepos string
FederationRepos string `xorm:"TEXT"`
NumWatches int
NumStars int