aboutsummaryrefslogtreecommitdiff
path: root/models/models.go
diff options
context:
space:
mode:
authorJustin Nuß <nuss.justin@gmail.com>2014-07-24 19:15:35 +0200
committerJustin Nuß <nuss.justin@gmail.com>2014-07-24 19:15:35 +0200
commit620c0ef297ceca370f8e2946a72a2a1c40c16347 (patch)
tree8f9d0911db7d2920b6cf6d0de18ad61b1042b543 /models/models.go
parentcbcd08aa17e95a72dcb294da836aa7f2b966d5c0 (diff)
parentc20f5dc2ea1b27e80c28e00831278c7451ba6cce (diff)
Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
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 ded8b059..31509ed3 100644
--- a/models/models.go
+++ b/models/models.go
@@ -36,7 +36,7 @@ func init() {
new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
new(Mirror), new(Release), new(LoginSource), new(Webhook), new(IssueUser),
new(Milestone), new(Label), new(HookTask), new(Team), new(OrgUser), new(TeamUser),
- new(UpdateTask))
+ new(UpdateTask), new(Attachment))
}
func LoadModelsConfig() {