Compare commits
2 Commits
3c851c8e8f
...
81c70b61d4
Author | SHA1 | Date | |
---|---|---|---|
81c70b61d4 | |||
90de13452f |
@ -23,6 +23,7 @@ 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