diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/migration/nighthike/11.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/migration/nighthike/11.js b/tools/migration/nighthike/11.js index 979e5bdc5b..2a4e8630d4 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); |