Typo in DB index schema
Closed this issue · 0 comments
Pandry commented
I was giving a look a the index script, and it looks like there's typo here:
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