summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorJustin Nuß <nuss.justin@gmail.com>2014-07-23 21:15:47 +0200
committerJustin Nuß <nuss.justin@gmail.com>2014-07-23 21:15:47 +0200
commit4617bef8954deeef5bd2ba36d84aba3b05a4dd83 (patch)
treea3583597828726617cfcf0b4d945e7bf6fb3471c /models/models.go
parent6e9f1c52b18f112eecd5c72e295cfea1809f07fa (diff)
downloadgitea-4617bef8954deeef5bd2ba36d84aba3b05a4dd83.tar.gz
gitea-4617bef8954deeef5bd2ba36d84aba3b05a4dd83.zip
WIP: Allow attachments for comments
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 ded8b05984..31509ed349 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() {