chore: Use sea_orm::ModelTrait
in entities prelude
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
65d6b147d9
commit
226df1961b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ pub use sea_orm::{
|
||||||
ColumnTrait,
|
ColumnTrait,
|
||||||
EntityTrait,
|
EntityTrait,
|
||||||
IntoActiveModel,
|
IntoActiveModel,
|
||||||
|
ModelTrait,
|
||||||
Order,
|
Order,
|
||||||
PaginatorTrait,
|
PaginatorTrait,
|
||||||
QueryFilter,
|
QueryFilter,
|
||||||
|
|
Loading…
Reference in a new issue