Rename file
This commit is contained in:
parent
f64f947f21
commit
b762325534
@ -1,5 +1,5 @@
|
|||||||
mod active_model;
|
mod active_model;
|
||||||
mod base;
|
mod base_entity;
|
||||||
mod column;
|
mod column;
|
||||||
mod identity;
|
mod identity;
|
||||||
mod model;
|
mod model;
|
||||||
@ -8,7 +8,7 @@ mod primary_key;
|
|||||||
mod relation;
|
mod relation;
|
||||||
|
|
||||||
pub use active_model::*;
|
pub use active_model::*;
|
||||||
pub use base::*;
|
pub use base_entity::*;
|
||||||
pub use column::*;
|
pub use column::*;
|
||||||
pub use identity::*;
|
pub use identity::*;
|
||||||
pub use model::*;
|
pub use model::*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user