Skip to content

Commit

Permalink
feat: export ConnectionTrait in sea_orm_migration::prelude (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 8, 2023
1 parent a1d9574 commit d507eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-migration/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pub use async_trait;
pub use sea_orm::{
self,
sea_query::{self, *},
DbErr, DeriveMigrationName,
ConnectionTrait, DbErr, DeriveMigrationName,
};

0 comments on commit d507eac

Please sign in to comment.