1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/tools/migration/shell.1509507382.reply_to-to-reply.js

6 lines
80 B
JavaScript
Raw Normal View History

2017-11-01 12:36:22 +09:00
db.posts.update({}, {
$rename: {
reply_to_id: 'reply_id'
}
}, false, true);