fix #6

Merged
emmatveev merged 1 commits from master into dev 2024-11-24 12:12:50 +03:00
Showing only changes of commit 90de13452f - Show all commits

View File

@ -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),