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
## [5.0.3-alpha7] - 2021-04-01
### Changed
- Simplify scaffolded classes using `member val`
### Fixed
- Resolved issue with migrations have a missing unit arg to the Up method if no changes in model
- Foreign Key constraints now created correctly
- Fix indentation issue when table has constraints - #75
- Constraints now correctly generated - #72
- Generated Migrations will now always include the System namespace - #70
- Removed unneeded dependency
- Link to NuGet badges in README.md
### Added
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
0 commit comments