mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix(TextToImage\Migration): Fix typo
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
5f815bdcc6
commit
68bb4a066c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue