diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-07-24 12:47:55 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-07-24 12:47:55 -0400 |
commit | da0240aacd5646bd73b2e22d92d88578dbafd64b (patch) | |
tree | 3c101530bc7f1b9f4677cab0be4e8a3e4175c50b /models/models.go | |
parent | 3db84c889365a559a6ea81ad4e7dd4a5f089d249 (diff) | |
parent | 9a7349ce64afdbc528126862283b1068d4c8699a (diff) |
Merge pull request #307 from nuss-justin/feature/attachments
Feature: Ability to attach files to issues (attachments)
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 2 |
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() { |