Locales, field & action

This commit is contained in:
Michael Jerger 2024-03-16 12:46:43 +01:00
parent fdcff3cc43
commit 9dcdf8d828
4 changed files with 29 additions and 9 deletions

View file

@ -136,6 +136,8 @@ type Repository struct {
OriginalURL string `xorm:"VARCHAR(2048)"`
DefaultBranch string
WikiBranch string
// TODO: Create own table out of this field
FederationRepos string
NumWatches int
NumStars int