Compare commits
No commits in common. "b3037b357e480e5b5a6aa04c8ed65ae857ca6230" and "5a263f169e9a362d1c2adbcc80e47c09f8619fc1" have entirely different histories.
b3037b357e
...
5a263f169e
@ -23,7 +23,6 @@ def create_indexes():
|
||||
database.get_collection('experiments').create_index([
|
||||
('stage', 1),
|
||||
('project', 1),
|
||||
('name', 1),
|
||||
], unique=True)
|
||||
database.get_collection('staff').create_index([
|
||||
('platform_id', 1),
|
||||
|
Loading…
Reference in New Issue
Block a user