fix(TextToImage\Migration): Fix typo

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/40326/head
Marcel Klehr 7 months ago
parent 5f815bdcc6
commit 68bb4a066c

@ -82,7 +82,7 @@ class Version28000Date20230906104802 extends SimpleMigrationStep {
$table->addColumn('last_updated', Types::DATETIME, [
'notnull' => false,
]);
$table->addColumn('completion_expeted_at', Types::DATETIME, [
$table->addColumn('completion_expected_at', Types::DATETIME, [
'notnull' => false,
]);

Loading…
Cancel
Save