feat(db): add service users table

This commit is contained in:
2025-10-28 06:46:30 +04:00
parent a59fff927d
commit b635750e28
7 changed files with 76 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
pub mod prelude;
pub mod sea_orm_active_enums;
pub mod service_user;
pub mod user;