Compare commits
2 Commits
5a263f169e
...
b3037b357e
Author | SHA1 | Date | |
---|---|---|---|
b3037b357e | |||
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