mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-28 03:32:29 +01:00
4 lines
253 B
JavaScript
4 lines
253 B
JavaScript
db.users.ensureIndex( { _id: 1, apiToken: 1 }, {background: true} )
|
|
db.groups.ensureIndex( { members: 1 }, {background: true} )
|
|
db.groups.ensureIndex( { type: 1 }, {background: true} )
|
|
db.groups.ensureIndex( { type: 1, privacy: 1 }, {background: true} ) |