48 lines
919 B
JSON
48 lines
919 B
JSON
{
|
|
"indexes": [
|
|
{
|
|
"collectionGroup": "time_registrations",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "userId",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "startTime",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "deviations",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "userId",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "detectedAt",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "deviations",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "organizationId",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "detectedAt",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"fieldOverrides": []
|
|
}
|