Changelog
This commit is contained in:
parent
2da0429f41
commit
6e1e0a3d80
@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
* Derive `Eq`, `Clone` for `DbErr` https://github.com/SeaQL/sea-orm/pull/677
|
* Derive `Eq`, `Clone` for `DbErr` https://github.com/SeaQL/sea-orm/pull/677
|
||||||
* Add `is_changed` to `ActiveModelTrait` https://github.com/SeaQL/sea-orm/pull/683
|
* Add `is_changed` to `ActiveModelTrait` https://github.com/SeaQL/sea-orm/pull/683
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
* `DerivePrimaryKey` with custom primary key column name https://github.com/SeaQL/sea-orm/pull/694
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
* Migration utilities are moved from sea-schema to sea-orm repo, under a new sub-crate `sea-orm-migration`. `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude` in all migration files
|
* Migration utilities are moved from sea-schema to sea-orm repo, under a new sub-crate `sea-orm-migration`. `sea_schema::migration::prelude` should be replaced by `sea_orm_migration::prelude` in all migration files
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user