mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
wip
This commit is contained in:
parent
83aeea9f67
commit
0597e13119
1 changed files with 3 additions and 1 deletions
|
@ -175,6 +175,8 @@ db.posts.update({}, {
|
||||||
media_ids: 'mediaIds',
|
media_ids: 'mediaIds',
|
||||||
reply_id: 'replyId',
|
reply_id: 'replyId',
|
||||||
repost_id: 'repostId',
|
repost_id: 'repostId',
|
||||||
via_mobile: 'viaMobile'
|
via_mobile: 'viaMobile',
|
||||||
|
'_reply.user_id': '_reply.userId',
|
||||||
|
'_repost.user_id': '_repost.userId',
|
||||||
}
|
}
|
||||||
}, false, true);
|
}, false, true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue