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

AlterColumn operations no longer create unnecessary migrations #133

Merged
merged 2 commits into from
Jan 16, 2022

Conversation

simon-reynolds
Copy link
Collaborator

Proposed Changes

AlterColumn operations no longer create unnecessary migrations when no changes
Closes #126

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@simon-reynolds simon-reynolds merged commit c142d04 into efcore:master Jan 16, 2022
@simon-reynolds simon-reynolds deleted the fix-altercolumn-ops branch January 16, 2022 17:17
simon-reynolds added a commit that referenced this pull request Jan 16, 2022
## [6.0.6] - 2022-01-16

### Fixed
- Prevent ManyServiceProvidersCreatedWarning exception - #130
- Helper methods should allow composite keys - #131
- AlterColumn operations no longer create unnecessary migrations - #133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

AlterColumn operations included in what should be an empty migration
1 participant