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