Skip to content

Commit

Permalink
fix: Fix grammar error in no migrations found log (#9754)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Feb 5, 2023
1 parent 63ab05f commit 6fb2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/MigrationExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export class MigrationExecutor {
// if no migrations found in the database then nothing to revert
if (!lastTimeExecutedMigration) {
this.connection.logger.logSchemaBuild(
`No migrations was found in the database. Nothing to revert!`,
`No migrations were found in the database. Nothing to revert!`,
)
return
}
Expand Down

0 comments on commit 6fb2121

Please sign in to comment.