CHANGELOG

This commit is contained in:
Billy Chan 2023-03-26 15:10:03 +08:00
parent 2f062eabcc
commit b974e68353
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -46,6 +46,7 @@ let migration = migrations.get(0).unwrap();
assert_eq!(migration.name(), "m20220118_000002_create_fruit_table"); assert_eq!(migration.name(), "m20220118_000002_create_fruit_table");
assert_eq!(migration.status(), MigrationStatus::Pending); assert_eq!(migration.status(), MigrationStatus::Pending);
``` ```
* The `postgres-array` feature will be enabled when `sqlx-postgres` backend is selected https://github.com/SeaQL/sea-orm/pull/1565
### Upgrades ### Upgrades