We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20cc7ec + 267e917 commit 5670320Copy full SHA for 5670320
lib/Db/AddMissingIndices.php
@@ -68,7 +68,7 @@ public static function run(IOutput $output): SchemaWrapper
68
$output->info('Updating external table schema: '.implode(', ', $ops));
69
$connection->migrateToSchema($schema->getWrappedSchema());
70
} else {
71
- $output->info('External table schema seem up to date');
+ $output->info('External table schema seems up to date');
72
}
73
74
// Create triggers in this step too
0 commit comments