chore: Use sea_orm::ModelTrait in entities prelude

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-10 20:25:56 +03:00
parent 65d6b147d9
commit 226df1961b
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -24,6 +24,7 @@ pub use sea_orm::{
ColumnTrait, ColumnTrait,
EntityTrait, EntityTrait,
IntoActiveModel, IntoActiveModel,
ModelTrait,
Order, Order,
PaginatorTrait, PaginatorTrait,
QueryFilter, QueryFilter,