Changelog

This commit is contained in:
Chris Tsang 2022-10-19 00:43:38 +08:00
parent 0437061287
commit 10165ea181

View File

@ -69,7 +69,7 @@ enum ColumnType {
### Migration Guide ### Migration Guide
* A new method `array_type` was added to `ValueType` * A new method `array_type` was added to `ValueType`:
```rust ```rust
impl sea_orm::sea_query::ValueType for MyType { impl sea_orm::sea_query::ValueType for MyType {
fn array_type() -> sea_orm::sea_query::ArrayType { fn array_type() -> sea_orm::sea_query::ArrayType {