Merge pull request 'fix' (#7) from master into prod
Reviewed-on: https://gitea.sprinthub.ru/self/configurator/pulls/7
This commit was merged in pull request #7.
This commit is contained in:
@@ -23,6 +23,7 @@ def create_indexes():
|
|||||||
database.get_collection('experiments').create_index([
|
database.get_collection('experiments').create_index([
|
||||||
('stage', 1),
|
('stage', 1),
|
||||||
('project', 1),
|
('project', 1),
|
||||||
|
('name', 1),
|
||||||
], unique=True)
|
], unique=True)
|
||||||
database.get_collection('staff').create_index([
|
database.get_collection('staff').create_index([
|
||||||
('platform_id', 1),
|
('platform_id', 1),
|
||||||
|
|||||||
Reference in New Issue
Block a user