wip
This commit is contained in:
parent
1acc30822d
commit
71065077f6
44 changed files with 132 additions and 126 deletions
|
|
@ -176,6 +176,9 @@ db.posts.update({}, {
|
|||
reply_id: 'replyId',
|
||||
repost_id: 'repostId',
|
||||
via_mobile: 'viaMobile',
|
||||
reaction_counts: 'reactionCounts',
|
||||
replies_count: 'repliesCount',
|
||||
repost_count: 'repostCount',
|
||||
'_reply.user_id': '_reply.userId',
|
||||
'_repost.user_id': '_repost.userId',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue