Skip to content
Snippets Groups Projects
Commit b6c190e1 authored by syuilo's avatar syuilo
Browse files

wip

parent bed17efd
No related branches found
No related tags found
No related merge requests found
......@@ -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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment