Skip to content

Commit

Permalink
[FIX] migration up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBra committed Jan 19, 2025
1 parent 186a2cb commit 9f6c081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/migration/up/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ func GetPendingMigrations(ctx context.Context, includeAll bool, conn *pgx.Conn,
}
utils.CmdSuggestion = suggestIgnoreFlag(diff)
}
if err != nil {
return diff, err
}
repeatableMigrations, err := migration.ListRepeatableMigrations(utils.MigrationsDir, afero.NewIOFS(fsys))
if err != nil {
return nil, err
Expand Down

0 comments on commit 9f6c081

Please sign in to comment.