Skip to content

Commit

Permalink
Update collections, verificationResults indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Feb 4, 2021
1 parent 0d06fbd commit 7383bdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ export default {
{
key: { match: 1 },
name: 'verificationsResultsMatchIndex'
},
{
key: { address: 1, match: 1 },
name: 'verificationResultAddressMatchIndex'
}
]
},
Expand Down

0 comments on commit 7383bdc

Please sign in to comment.