Ivan Socolsky
8 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
1 deletions
-
lib/storage.js
|
@ -75,7 +75,7 @@ Storage.prototype._createIndexes = function() { |
|
|
walletId: 1, |
|
|
walletId: 1, |
|
|
txid: 1, |
|
|
txid: 1, |
|
|
}); |
|
|
}); |
|
|
this.db.collection(collections.PUSH_NOTIFICATION_TOKENS).createIndex({ |
|
|
this.db.collection(collections.PUSH_NOTIFICATION_SUBS).createIndex({ |
|
|
copayerId: 1, |
|
|
copayerId: 1, |
|
|
}); |
|
|
}); |
|
|
}; |
|
|
}; |
|
|