Fluent 3.0.0 RC 2.3
Pre-release
Pre-release
New:
- Added the ability to specify custom names for migrations. This is useful for situations where you are using two models from separate modules with identical names.
migrationConfig.add(migration: Foo.self, database: .sqlite name: "foo")- Added support for
CountableClosedRange
Fixed:
- Fixed an issue where
SchemaUpdaterwould use.createaction. - Added a benchmark test to ensure drivers can save
nilvalues properly.
Milestone:
3.0.0-rc.2.3