Skip to content

Commit

Permalink
💩 Restore OG indexes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Oct 24, 2023
1 parent 3971042 commit c0b39ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "static_drop_claims",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "is_mock_claim",
"order": "ASCENDING"
},
{
"fieldPath": "expires",
"order": "ASCENDING"
}
]
}
],
"fieldOverrides": []
Expand Down

0 comments on commit c0b39ac

Please sign in to comment.