Skip to content

Commit 26f6294

Browse files
committed
reorder grading job index
1 parent 5f1f2d0 commit 26f6294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firebase/firestore.indexes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"queryScope": "COLLECTION",
66
"fields": [
77
{
8-
"fieldPath": "updated",
8+
"fieldPath": "status",
99
"order": "ASCENDING"
1010
},
1111
{
12-
"fieldPath": "status",
12+
"fieldPath": "updated",
1313
"order": "ASCENDING"
1414
}
1515
]

0 commit comments

Comments
 (0)