CHANGELOG

This commit is contained in:
Billy Chan 2023-06-26 11:08:09 +08:00
parent e8eac61c3f
commit 35c274818b
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -423,6 +423,7 @@ impl ColumnTrait for Column {
}
```
* Resolved `insert_many` failing if the models iterator is empty https://github.com/SeaQL/sea-orm/issues/873
* Update the template MD file of `migration/README.md`, fix a faulty sample `migrate init` shell script https://github.com/SeaQL/sea-orm/pull/1723
### Breaking changes