fix
This commit is contained in:
parent
eb6f3402f8
commit
728fe12a1a
@ -18,12 +18,10 @@ def create_indexes():
|
||||
database.get_collection('configs').create_index([
|
||||
('stage', 1),
|
||||
('project', 1),
|
||||
('name', 1)
|
||||
])
|
||||
database.get_collection('experiments').create_index([
|
||||
('stage', 1),
|
||||
('project', 1),
|
||||
('name', 1)
|
||||
])
|
||||
database.get_collection('staff').create_index([
|
||||
('platform_id', 1),
|
||||
|
Loading…
Reference in New Issue
Block a user