Move file
This commit is contained in:
parent
319f64fe64
commit
19b1da175d
@ -101,7 +101,6 @@ mod base_entity;
|
||||
mod column;
|
||||
mod identity;
|
||||
mod link;
|
||||
mod loader;
|
||||
mod model;
|
||||
/// Re-export common types from the entity
|
||||
pub mod prelude;
|
||||
@ -116,6 +115,5 @@ pub use identity::*;
|
||||
pub use link::*;
|
||||
pub use model::*;
|
||||
// pub use prelude::*;
|
||||
pub use loader::*;
|
||||
pub use primary_key::*;
|
||||
pub use relation::*;
|
||||
|
@ -5,6 +5,7 @@ mod insert;
|
||||
mod join;
|
||||
#[cfg(feature = "with-json")]
|
||||
mod json;
|
||||
mod loader;
|
||||
mod select;
|
||||
mod traits;
|
||||
mod update;
|
||||
@ -17,6 +18,7 @@ pub use insert::*;
|
||||
pub use join::*;
|
||||
#[cfg(feature = "with-json")]
|
||||
pub use json::*;
|
||||
pub use loader::*;
|
||||
pub use select::*;
|
||||
pub use traits::*;
|
||||
pub use update::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user