From 2b3e931cde3e3d70b69202164f35fc6f2c609ade Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 15 Jan 2020 19:14:07 +0800 Subject: Migrate reactions when migrating repository from github (#9599) * Migrate reactions when migrating repository from github * fix missed sleep * fix tests * update reactions when external user binding * Fix test * fix tests * change the copy head * fix test * fix migrator add/delete reaction --- modules/migrations/base/comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/migrations/base/comment.go') diff --git a/modules/migrations/base/comment.go b/modules/migrations/base/comment.go index 94cbabaae6..4a653e474b 100644 --- a/modules/migrations/base/comment.go +++ b/modules/migrations/base/comment.go @@ -16,5 +16,5 @@ type Comment struct { Created time.Time Updated time.Time Content string - Reactions *Reactions + Reactions []*Reaction } -- cgit v1.2.3