You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an optional shouldRun method to migrations. (#55011)
* feat(migrations): shouldRun method on migration classes.
* Add test.
* styleCI fixes
* Formatting change.
* StyleCI
* formatting
* chore: refactor to avoid issues with changing how migrations are loaded
- Refactored where the skip check is done
- Added in a 'SKIPPED' status message for skipped migrations
- Added in a new MigrationResult backed enum to store the new third
'state' of a migration ran.
* fix: add back method
* fix: removed unused method failing tests.
* fix: tests.
* StyleCI
* fix: remove dd()
* formatting
---------
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments