summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Migrations/Version28000Date20230728104802.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version28000Date20230728104802.php b/core/Migrations/Version28000Date20230728104802.php
index 41aa5cc4bc4..a278d644b95 100644
--- a/core/Migrations/Version28000Date20230728104802.php
+++ b/core/Migrations/Version28000Date20230728104802.php
@@ -51,7 +51,7 @@ class Version28000Date20230728104802 extends SimpleMigrationStep {
$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, [