mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00: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} )
|