This commit is contained in:
Billy Chan 2023-04-25 15:26:07 +08:00
parent e9104bc9c3
commit 13bb6e6079
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -258,6 +258,7 @@ CREATE TABLE users_saved_bills
CONSTRAINT users_saved_bills_pkey PRIMARY KEY (user_id, bill_id)
);
```
* [sea-orm-cli] fixed entity generation includes partitioned tables https://github.com/SeaQL/sea-orm/issues/1582, https://github.com/SeaQL/sea-schema/pull/105
### Breaking changes