Change default company name to "clearml"

This commit is contained in:
allegroai 2021-01-05 19:05:11 +02:00
parent 16430a6636
commit 286b8c3df5

View File

@ -54,7 +54,7 @@ def init_mongo_data():
_ensure_uuid()
company_id = _ensure_company(get_default_company(), "trains", log)
company_id = _ensure_company(get_default_company(), "clearml", log)
_ensure_default_queue(company_id)