Skip to content

Commit

Permalink
fix: resolve migrator regression issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 8, 2021
1 parent e59e2bc commit cdfc03d
Show file tree
Hide file tree
Showing 346 changed files with 26 additions and 26 deletions.
1 change: 0 additions & 1 deletion cypress/screenshots/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion driver/registry_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (m *RegistryBase) HealthHandler() *healthx.Handler {
}

if status.HasPending() {
return errors.WithStack(herodot.ErrInternalServerError.WithReasonf("Migrations have not yet been applied."))
return errors.Errorf("migrations have not yet been fully applied: %+v", status)
}

return nil
Expand Down
Loading

0 comments on commit cdfc03d

Please sign in to comment.