mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-29 14:17:34 +00:00
4 lines
249 B
JavaScript
4 lines
249 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});
|