You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've added the following compound indexes through the mlab UI. We need to use .index on the mongoose schemas (https://mongoosejs.com/docs/guide.html#indexes) to add these in programmatically.
This way, if we run this code with another database backend, the indexes will be created automatically.
The text was updated successfully, but these errors were encountered:
We've added the following compound indexes through the mlab UI. We need to use
.index
on the mongoose schemas (https://mongoosejs.com/docs/guide.html#indexes) to add these in programmatically.This way, if we run this code with another database backend, the indexes will be created automatically.
The text was updated successfully, but these errors were encountered: