mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-19 07:26:28 +01:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
db.posts.update({}, {
|
|
$rename: {
|
|
reply_to_id: 'reply_id'
|
|
}
|
|
}, false, true);
|