Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-10-18 00:27:46 +08:00 committed by GitHub
parent 9bbab855d9
commit a47fd91567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* [sea-orm-cli] Generate migration in modules https://github.com/SeaQL/sea-orm/pull/933
* [sea-orm-cli] Generate `DeriveRelation` on empty `Relation` enum https://github.com/SeaQL/sea-orm/pull/1019
* [sea-orm-cli] Generate entity derive `Eq` if possible https://github.com/SeaQL/sea-orm/pull/988
* Run migration on any PostgreSQL schema https://github.com/SeaQL/sea-orm/pull/1056
* [sea-orm-cli] Run migration on any PostgreSQL schema https://github.com/SeaQL/sea-orm/pull/1056
### Enhancements