aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Migrations/Version28000Date20230906104802.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version28000Date20230906104802.php b/core/Migrations/Version28000Date20230906104802.php
index 3d8ee9a66e0..06b41ca3ace 100644
--- a/core/Migrations/Version28000Date20230906104802.php
+++ b/core/Migrations/Version28000Date20230906104802.php
@@ -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,
]);