Skip to content

Commit

Permalink
Update firestore index
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Nov 28, 2020
1 parent 186a2c4 commit 231817a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/firestore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ resource "google_firestore_index" "trainings_user_time" {
order = "ASCENDING"
}

fields {
field_path = "Canceled"
order = "ASCENDING"
}

fields {
field_path = "Time"
order = "ASCENDING"
Expand Down

0 comments on commit 231817a

Please sign in to comment.