This commit is contained in:
syuilo 2018-04-08 16:36:05 +09:00
parent 238984be39
commit 17f20a90b2

View file

@ -23,6 +23,7 @@ db.notes.update({}, {
$rename: {
_repost: '_renote',
repostId: 'renoteId',
repostCount: 'renoteCount'
}
}, false, true);