Skip to content

Commit

Permalink
maybe fix analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger committed Jan 20, 2024
1 parent 181360d commit 2fa621f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployement/datastore-deployment/datastore-deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ resource "azurerm_cosmosdb_mongo_collection" "analytics" {
keys = ["_id"]
unique = true
}
index {
keys = ["timestamp"]
unique = true
}
}

# Posgresql
Expand Down

0 comments on commit 2fa621f

Please sign in to comment.