diff --git a/backend/capellacollab/core/database/migration.py b/backend/capellacollab/core/database/migration.py index 4c6ed85f7..01ae3c71e 100644 --- a/backend/capellacollab/core/database/migration.py +++ b/backend/capellacollab/core/database/migration.py @@ -140,7 +140,9 @@ def create_tools(db): integrations_crud.update_integrations( db, jupyter.integrations, - integrations_models.PatchToolIntegrations(jupyter=True), + integrations_models.PatchToolIntegrations( + jupyter=True, t4c=False, pure_variants=False + ), ) default_version = tools_crud.create_version(db, capella.id, "6.0.0", True)