Skip to content

Commit 6fb2121

Browse files
authored
fix: Fix grammar error in no migrations found log (#9754)
1 parent 63ab05f commit 6fb2121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/MigrationExecutor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export class MigrationExecutor {
409409
// if no migrations found in the database then nothing to revert
410410
if (!lastTimeExecutedMigration) {
411411
this.connection.logger.logSchemaBuild(
412-
`No migrations was found in the database. Nothing to revert!`,
412+
`No migrations were found in the database. Nothing to revert!`,
413413
)
414414
return
415415
}

0 commit comments

Comments
 (0)