- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix: lint
1 parent
9b282ae
commit 9fb6c2f
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.6 | ||
pub use super::blobs::Entity as Blobs; | ||
#[cfg(feature = "bucket")] | ||
pub use super::bucket_blobs::Entity as BucketBlobs; | ||
pub use super::docs::Entity as Docs; | ||
#[cfg(feature = "image")] | ||
pub use super::optimized_blobs::Entity as OptimizedBlobs; | ||
pub use super::{blobs::Entity as Blobs, docs::Entity as Docs}; |