This commit is contained in:
Chris Tsang 2022-05-09 21:22:28 +08:00
parent 6c17a62084
commit b8214b233c

View File

@ -12,7 +12,7 @@ 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
### 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
### Upgrades ### Upgrades
* Upgrade `sea-query` to 0.24.x, `sea-schema` to 0.8.x * Upgrade `sea-query` to 0.24.x, `sea-schema` to 0.8.x