This commit is contained in:
2026-05-03 16:24:47 +02:00
commit 47c33a3a6c
35 changed files with 7288 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.19
pub mod prelude;
pub mod attachment;
pub mod category;
pub mod channel;
pub mod channel_user;
pub mod group;
pub mod group_member;
pub mod message;
pub mod server;
pub mod server_user;
pub mod user;