79 lines
1.5 KiB
JSON
79 lines
1.5 KiB
JSON
{
|
|
"indexes": [
|
|
{
|
|
"collectionGroup": "invites",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "inviterUserId",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "createdAt",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "capsules",
|
|
"queryScope": "COLLECTION_GROUP",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "status",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "unlockAt",
|
|
"order": "ASCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "questions",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "active",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "isPremium",
|
|
"order": "ASCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "bucket_list",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "category",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "addedAt",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"fieldOverrides": [
|
|
{
|
|
"collectionGroup": "invite_attempts",
|
|
"fieldPath": "expiresAt",
|
|
"ttl": true,
|
|
"indexes": []
|
|
},
|
|
{
|
|
"collectionGroup": "restore_requests",
|
|
"fieldPath": "expiresAt",
|
|
"indexes": [
|
|
{
|
|
"queryScope": "COLLECTION_GROUP",
|
|
"order": "ASCENDING"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|