Skip to content

Commit

Permalink
Include indexes from develop (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensearle authored Nov 7, 2024
1 parent a9734f6 commit 6f81e7d
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions database/firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,32 @@
}
]
},
{
"collectionGroup": "applicationRecords",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "active",
"order": "ASCENDING"
},
{
"fieldPath": "exercise.id",
"order": "ASCENDING"
},
{
"fieldPath": "selectionDay.panelId",
"order": "ASCENDING"
},
{
"fieldPath": "status",
"order": "ASCENDING"
},
{
"fieldPath": "candidate.fullName",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "applicationRecords",
"queryScope": "COLLECTION",
Expand Down Expand Up @@ -3508,6 +3534,20 @@
}
]
},
{
"collectionGroup": "panels",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "editors",
"arrayConfig": "CONTAINS"
},
{
"fieldPath": "applicationIds",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "panels",
"queryScope": "COLLECTION",
Expand All @@ -3526,6 +3566,24 @@
}
]
},
{
"collectionGroup": "panels",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "exercise.id",
"order": "ASCENDING"
},
{
"fieldPath": "type",
"order": "ASCENDING"
},
{
"fieldPath": "name",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "panels",
"queryScope": "COLLECTION",
Expand Down

0 comments on commit 6f81e7d

Please sign in to comment.