Prototype

This commit is contained in:
Shiroyasha 2024-12-11 12:31:54 +03:00
commit 2844bb9149
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
19 changed files with 5483 additions and 0 deletions

5
entity/src/prelude.rs Normal file
View file

@ -0,0 +1,5 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.2
pub use super::actions::Entity as Actions;
pub use super::moderators::Entity as Moderators;
pub use super::videos::Entity as Videos;