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

Execute migrations using the ExecutionStrategy #34206

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Execute migrations using the ExecutionStrategy #34206

merged 2 commits into from
Jul 26, 2024

Commits on Jul 15, 2024

  1. Add extension point to Migrate

    Allow to specify a target migration in Migrate call
    Warn on Migrate when there are pending model changes
    
    Fixes #17568
    Fixes #33732
    Fixes #34196
    AndriySvyryd committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    69bcb92 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Execute migrations using the ExecutionStrategy

    Use a single transaction for all migrations in the script
    
    Fixes #17578
    Fixes #22616
    AndriySvyryd committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4697720 View commit details
    Browse the repository at this point in the history