Remove "Auto-generated during move" project description

This commit is contained in:
allegroai 2021-05-03 18:09:31 +03:00
parent ba77ff11e9
commit b55fad1b59

View File

@ -281,7 +281,7 @@ class ProjectBLL:
company=company,
project_id=project,
project_name=project_name,
description="Auto-generated during move",
description="",
)
extra = (
{"set__last_change": datetime.utcnow()}