indexes.js 95 B

1
  1. db.getCollection("coin-to-account-link").createIndex({coinId: 1, accountId: 1}, {unique: true})