mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Fix typo
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
ad3f353335
commit
a0eaed0296
1 changed files with 1 additions and 1 deletions
|
|
@ -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, [
|
||||
|
|
|
|||
Loading…
Reference in a new issue