aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-07-28 11:26:22 +0200
committerJulien Veyssier <julien-nc@posteo.net>2023-08-02 12:37:36 +0200
commita0eaed0296166660b54fb0f438b9c90c95108cd3 (patch)
treee079cf71a7f6a6448100a8c076d7a42f65c41c2f /core/Migrations
parentad3f3533357a2f85be92891bd024b656a98a9f4f (diff)
downloadnextcloud-server-a0eaed0296166660b54fb0f438b9c90c95108cd3.tar.gz
nextcloud-server-a0eaed0296166660b54fb0f438b9c90c95108cd3.zip
Fix typo
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core/Migrations')
-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, [