diff --git a/core/Migrations/Version28000Date20230728104802.php b/core/Migrations/Version28000Date20230728104802.php index 41aa5cc4bc4f6..a278d644b95ca 100644 --- a/core/Migrations/Version28000Date20230728104802.php +++ b/core/Migrations/Version28000Date20230728104802.php @@ -51,7 +51,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt $schema->dropTable('llm_tasks'); $changed = true; } - if (!$schema->hasTable('textprocessing_tasks')) + if (!$schema->hasTable('textprocessing_tasks')) { $table = $schema->createTable('textprocessing_tasks'); $table->addColumn('id', Types::BIGINT, [