mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -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',
|
||||
reply_id: 'replyId',
|
||||
repost_id: 'repostId',
|
||||
via_mobile: 'viaMobile'
|
||||
via_mobile: 'viaMobile',
|
||||
'_reply.user_id': '_reply.userId',
|
||||
'_repost.user_id': '_repost.userId',
|
||||
}
|
||||
}, false, true);
|
||||
|
|
Loading…
Reference in a new issue