1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-28 17:14:26 -06:00
paricafe/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);