summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-08 16:36:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-08 16:36:05 +0900
commit17f20a90b232921e2dfc4ae8ab1532ff5bfe6c2e (patch)
tree09104d8055687bc242013b84e25c842d0b0fb07b /tools
parentoops (diff)
downloadsharkey-17f20a90b232921e2dfc4ae8ab1532ff5bfe6c2e.tar.gz
sharkey-17f20a90b232921e2dfc4ae8ab1532ff5bfe6c2e.tar.bz2
sharkey-17f20a90b232921e2dfc4ae8ab1532ff5bfe6c2e.zip
oops
Diffstat (limited to 'tools')
-rw-r--r--tools/migration/nighthike/11.js1
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);