From 1abfe4e05f2c936ab43c8188003a33213b245a56 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 2 Sep 2015 05:09:12 -0400 Subject: PR: nothing to commit and has pull request check --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index 791018f8..9412c18d 100644 --- a/models/models.go +++ b/models/models.go @@ -79,7 +79,7 @@ func init() { new(User), new(PublicKey), new(Oauth2), new(AccessToken), new(Repository), new(DeployKey), new(Collaboration), new(Access), new(Watch), new(Star), new(Follow), new(Action), - new(Issue), new(PullRepo), new(Comment), new(Attachment), new(IssueUser), + new(Issue), new(PullRequest), new(Comment), new(Attachment), new(IssueUser), new(Label), new(IssueLabel), new(Milestone), new(Mirror), new(Release), new(LoginSource), new(Webhook), new(UpdateTask), new(HookTask), -- cgit v1.2.3