Compare commits
No commits in common. "81c70b61d4906a9ef89cb9bdfa0d46d3d49e1285" and "3c851c8e8fe142867a7bd659b3ad8a90d6565de5" have entirely different histories.
81c70b61d4
...
3c851c8e8f
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user