Skip to content

Commit

Permalink
Update roar-admin firestore indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Sep 11, 2024
1 parent 49db8d4 commit 77796ce
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions firebase/admin/firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2998,6 +2998,10 @@
"collectionGroup": "classes",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "schoolId",
"order": "ASCENDING"
Expand All @@ -3012,6 +3016,10 @@
"collectionGroup": "classes",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "schoolId",
"order": "ASCENDING"
Expand All @@ -3022,10 +3030,28 @@
}
]
},
{
"collectionGroup": "districts",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "name",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "schools",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "districtId",
"order": "ASCENDING"
Expand All @@ -3040,6 +3066,10 @@
"collectionGroup": "schools",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "districtId",
"order": "ASCENDING"
Expand All @@ -3054,6 +3084,10 @@
"collectionGroup": "schools",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "districtId",
"order": "ASCENDING"
Expand All @@ -3068,6 +3102,10 @@
"collectionGroup": "schools",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "districtId",
"order": "ASCENDING"
Expand All @@ -3082,6 +3120,10 @@
"collectionGroup": "schools",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "districtId",
"order": "ASCENDING"
Expand All @@ -3096,6 +3138,10 @@
"collectionGroup": "schools",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "districtId",
"order": "ASCENDING"
Expand Down

0 comments on commit 77796ce

Please sign in to comment.