summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-19 10:01:45 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-19 10:01:45 -0400
commitdd8e7868ce78216faf563d4f232a87cb416eeff4 (patch)
tree7fed6d0a97f886aa0f129aeb85d300fa2adea065 /models
parent0da4975f4ffca8dd85213c19600730ee52349e2a (diff)
downloadgitea-dd8e7868ce78216faf563d4f232a87cb416eeff4.tar.gz
gitea-dd8e7868ce78216faf563d4f232a87cb416eeff4.zip
Mirror fix
Diffstat (limited to 'models')
-rw-r--r--models/repo.go1
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