1
0
Fork 1
mirror of https://example.com synced 2024-11-24 03:56:38 +09:00
firefish/tools/migration/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);