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

Fix AlterColumnMigration generation (#124) #125

Merged
merged 1 commit into from
Nov 30, 2021
Merged

Conversation

simon-reynolds
Copy link
Collaborator

Proposed Changes

Changes to migration operation generation to ensure code does not create unnecessary warnings that can result in errors

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)

@simon-reynolds simon-reynolds merged commit 9b0e92f into master Nov 30, 2021
@simon-reynolds simon-reynolds deleted the fix-alter-column branch November 30, 2021 16:53
simon-reynolds added a commit that referenced this pull request Nov 30, 2021
## [6.0.5] - 2021-11-30

### Fixed
- AlterColumn operations no longer emit compiler warnings - #125

### Known Issues
- AlterColumn operations are being created in what should be empty migrations. No effect on functionality but shouldn't be happening - associated issue - #126
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.

1 participant