From 17de3ab0a313819bdeb73f3985b61a791ae84696 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 10 Aug 2015 14:42:50 +0800 Subject: add migrate from issue.label_ids to issue_label --- models/models.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index 01b96c0f54..e06d5cf88e 100644 --- a/models/models.go +++ b/models/models.go @@ -57,7 +57,8 @@ 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(Comment), new(Attachment), new(IssueUser), new(Label), new(Milestone), + new(Issue), new(Comment), new(Attachment), new(IssueUser), + new(Label), new(IssueLabel), new(Milestone), new(Mirror), new(Release), new(LoginSource), new(Webhook), new(UpdateTask), new(HookTask), new(Team), new(OrgUser), new(TeamUser), new(TeamRepo), -- cgit v1.2.3