Skip to content

Commit

Permalink
index config
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 2, 2020
1 parent abb8ae3 commit d50690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mongo_idx.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ db.template.createIndex({'name': 1})
db.heatmap.createIndex({"provenance.image.slide": 1, "provenance.analysis.execution_id": 1})
db.heatmap.createIndex({"provenance.image.slide": 1})
db.heatmapEdit.createIndex({"provenance.image.slide":1, "provenance.analysis.execution_id":1, "user_id":1})
db.configuration.createIndex({'config_name': 1}, { unique: true })
db.config.createIndex({'name': 1}, { unique: true })

0 comments on commit d50690b

Please sign in to comment.