remove unused session table

This commit is contained in:
GW_MC
2025-12-15 14:20:28 +08:00
parent 9447b64a76
commit b17d111c5d
6 changed files with 0 additions and 92 deletions

View File

@@ -1,6 +1,5 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0.0-rc.18
pub use super::config::Entity as Config;
pub use super::session::Entity as Session;
pub use super::user::Entity as User;
pub use super::user_identity::Entity as UserIdentity;