tracking-exposed/trex

Typo in DB index schema

Closed this issue · 0 comments

I was giving a look a the index script, and it looks like there's typo here:

ret = db.experiments2.createIndex({ experimentId: -1, unique: true });

I think it is supposed to be ret = db.experiments2.createIndex({ experimentId: -1},{unique: true });

Also I'd love to rename the collection from experiments2 to experiments