mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fix: Fix grammar error in no migrations found log (#9754)
This commit is contained in:
parent
63ab05fca1
commit
6fb212187f
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user