summaryrefslogtreecommitdiffstats
path: root/services/migrations/gogs.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/migrations/gogs.go')
-rw-r--r--services/migrations/gogs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/migrations/gogs.go b/services/migrations/gogs.go
index 9280427cd7..0ef39484b7 100644
--- a/services/migrations/gogs.go
+++ b/services/migrations/gogs.go
@@ -236,6 +236,7 @@ func (g *GogsDownloader) GetComments(opts base.GetCommentOptions) ([]*base.Comme
}
allComments = append(allComments, &base.Comment{
IssueIndex: opts.Context.LocalID(),
+ Index: comment.ID,
PosterID: comment.Poster.ID,
PosterName: comment.Poster.Login,
PosterEmail: comment.Poster.Email,