Skip to content

Commit 5670320

Browse files
authored
Merge pull request #1491 from schnillerman/master
typo in AddMissingIndices.php
2 parents 20cc7ec + 267e917 commit 5670320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Db/AddMissingIndices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static function run(IOutput $output): SchemaWrapper
6868
$output->info('Updating external table schema: '.implode(', ', $ops));
6969
$connection->migrateToSchema($schema->getWrappedSchema());
7070
} else {
71-
$output->info('External table schema seem up to date');
71+
$output->info('External table schema seems up to date');
7272
}
7373

7474
// Create triggers in this step too

0 commit comments

Comments
 (0)