mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-28 08:53:02 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
|
db.posts.update({}, {
|
||
|
$rename: {
|
||
|
reply_to_id: 'reply_id'
|
||
|
}
|
||
|
}, false, true);
|