Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change fastMode to default to true #156

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

rbygrave
Copy link
Member

When fastMode is true then the migration runner will perform a fast test that all migrations have been run and can fast exit if this is true. If this test fails for any reason then the usual execution occurs.

The fastMode defaulting to true is reasonable because commonly the migration is run on application startup and most often there is no change to migrations.

@rbygrave rbygrave added this to the 14.1.0 milestone Jun 25, 2024
@rbygrave rbygrave self-assigned this Jun 25, 2024
@rbygrave rbygrave merged commit 365fc37 into master Jun 25, 2024
2 checks passed
@rbygrave rbygrave deleted the feature/fastModeDefault branch June 25, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant