mirror of
https://github.com/shiroyashik/doggy-watch.git
synced 2025-12-06 12:31:13 +03:00
Prototype
This commit is contained in:
commit
2844bb9149
19 changed files with 5483 additions and 0 deletions
5
entity/src/prelude.rs
Normal file
5
entity/src/prelude.rs
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue