misskey/tools/migration/shell.1509507382.reply_to-t...

6 lines
80 B
JavaScript
Raw Normal View History

2017-10-31 20:36:22 -07:00
db.posts.update({}, {
$rename: {
reply_to_id: 'reply_id'
}
}, false, true);