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
## [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
A migration with no changes from the last should have no operations
Given the following context, add two migrations
Expected behavior
Second migration should be empty. Instead there are AlterColumn operations created for each Primary and Foreign Key
(Originally reported as part of #124 by @LiteracyFanatic )
The text was updated successfully, but these errors were encountered: