diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-19 10:01:45 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-19 10:01:45 -0400 |
commit | dd8e7868ce78216faf563d4f232a87cb416eeff4 (patch) | |
tree | 7fed6d0a97f886aa0f129aeb85d300fa2adea065 /models | |
parent | 0da4975f4ffca8dd85213c19600730ee52349e2a (diff) | |
download | gitea-dd8e7868ce78216faf563d4f232a87cb416eeff4.tar.gz gitea-dd8e7868ce78216faf563d4f232a87cb416eeff4.zip |
Mirror fix
Diffstat (limited to 'models')
-rw-r--r-- | models/repo.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/repo.go b/models/repo.go index 38ab3d4a9b..fce7d7f530 100644 --- a/models/repo.go +++ b/models/repo.go @@ -34,6 +34,7 @@ type Repository struct { LowerName string `xorm:"unique(s) index not null"` Name string `xorm:"index not null"` Description string + Website string Private bool NumWatchs int NumStars int |