summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-07 12:09:30 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-07 12:09:30 -0400
commit7407f9caf3e0baf3f9b7894fab021356662eed17 (patch)
treef8a06f17b900657e4088973e31b24ba93125190e /models/models.go
parent8ca14e210959b9316a4eed6e127de1eb775fda74 (diff)
downloadgitea-7407f9caf3e0baf3f9b7894fab021356662eed17.tar.gz
gitea-7407f9caf3e0baf3f9b7894fab021356662eed17.zip
Finish issue design
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index 6e4f7d1022..d7f3629927 100644
--- a/models/models.go
+++ b/models/models.go
@@ -34,7 +34,7 @@ var (
func init() {
tables = append(tables, new(User), new(PublicKey), new(Repository), new(Watch),
new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
- new(Mirror), new(Release), new(LoginSource), new(Webhook))
+ new(Mirror), new(Release), new(LoginSource), new(Webhook), new(IssseUser))
}
func LoadModelsConfig() {