actually commit what we missed last time

This commit is contained in:
Production 2022-08-13 19:43:29 +00:00
parent 08045a156f
commit 66132ce638
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
pub mod prelude;
pub mod block_list;
pub mod sea_orm_active_enums;
pub mod secondary_user;
pub mod user;

View File

@ -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;