actually commit what we missed last time
This commit is contained in:
parent
08045a156f
commit
66132ce638
@ -2,7 +2,6 @@
|
||||
|
||||
pub mod prelude;
|
||||
|
||||
pub mod block_list;
|
||||
pub mod sea_orm_active_enums;
|
||||
pub mod secondary_user;
|
||||
pub mod user;
|
||||
|
@ -1,6 +1,5 @@
|
||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.1
|
||||
|
||||
pub use super::block_list::Entity as BlockList;
|
||||
pub use super::secondary_user::Entity as SecondaryUser;
|
||||
pub use super::user::Entity as User;
|
||||
pub use super::user_keys::Entity as UserKeys;
|
||||
|
Loading…
Reference in New Issue
Block a user