Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jul 28, 2023
1 parent 9127dfe commit 841a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Migrations/Version28000Date20230728104802.php
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit 841a2fb

Please sign in to comment.