Skip to content

migrator: Auto-retry to apply one failed migration in local dev

Warren Gifford requested to merge ef/migrator-auto-retry into main

Created by: efritz

Do not complain about a dirty database in local dev if the next migration to apply is the only failure. This allows developers to locally fix an error in a migration file without having to jump through hoops to remove the failed migration log.

Test plan

Existing unit and integration tests.

Merge request reports

Loading