summaryrefslogtreecommitdiffstats
path: root/models/repo.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-27 16:31:32 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-27 16:31:32 -0400
commit34f4af9ebf179dbb24a7da6091b4259d66a3c426 (patch)
tree41be4b8840f28b03dd12551d6403cd459b9ced10 /models/repo.go
parentf76eb8a6662dd705f4c59fd59e583a315a1900d2 (diff)
downloadgitea-34f4af9ebf179dbb24a7da6091b4259d66a3c426.tar.gz
gitea-34f4af9ebf179dbb24a7da6091b4259d66a3c426.zip
Working on issue and install page
Diffstat (limited to 'models/repo.go')
-rw-r--r--models/repo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/repo.go b/models/repo.go
index e6d4639b02..43d4aa739f 100644
--- a/models/repo.go
+++ b/models/repo.go
@@ -84,6 +84,7 @@ type Repository struct {
NumForks int
NumIssues int
NumClosedIssues int
+ NumOpenIssues int `xorm:"-"`
IsPrivate bool
IsBare bool
Created time.Time `xorm:"created"`