Merge pull request 'fix' (#6) from master into dev
Reviewed-on: https://gitea.sprinthub.ru/self/configurator/pulls/6
This commit was merged in pull request #6.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user