Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-07-28 11:26:22 +02:00 committed by Julien Veyssier
parent ad3f353335
commit a0eaed0296
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View file

@ -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, [