forked from kevadesu/forgejo
WIP Implement proper saving of federated repo urls
Added ToDos where relevant
This commit is contained in:
parent
9337274334
commit
884e38bdab
3 changed files with 19 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue