Compare commits

..

No commits in common. "b3037b357e480e5b5a6aa04c8ed65ae857ca6230" and "5a263f169e9a362d1c2adbcc80e47c09f8619fc1" have entirely different histories.

View File

@ -23,7 +23,6 @@ def create_indexes():
database.get_collection('experiments').create_index([ database.get_collection('experiments').create_index([
('stage', 1), ('stage', 1),
('project', 1), ('project', 1),
('name', 1),
], unique=True) ], unique=True)
database.get_collection('staff').create_index([ database.get_collection('staff').create_index([
('platform_id', 1), ('platform_id', 1),