From 17f20a90b232921e2dfc4ae8ab1532ff5bfe6c2e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Apr 2018 16:36:05 +0900 Subject: [PATCH] oops --- tools/migration/nighthike/11.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/migration/nighthike/11.js b/tools/migration/nighthike/11.js index 979e5bdc5..2a4e8630d 100644 --- a/tools/migration/nighthike/11.js +++ b/tools/migration/nighthike/11.js @@ -23,6 +23,7 @@ db.notes.update({}, { $rename: { _repost: '_renote', repostId: 'renoteId', + repostCount: 'renoteCount' } }, false, true);