mirror of
https://github.com/shiroyashik/doggy-watch.git
synced 2025-12-06 12:31:13 +03:00
The first completed version!
This commit is contained in:
parent
2844bb9149
commit
42fd8f571e
37 changed files with 2320 additions and 952 deletions
8
database/src/prelude.rs
Normal file
8
database/src/prelude.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.2
|
||||
|
||||
pub use super::actions::Entity as Actions;
|
||||
pub use super::archived::Entity as Archived;
|
||||
pub use super::moderators::Entity as Moderators;
|
||||
pub use super::requests::Entity as Requests;
|
||||
pub use super::users::Entity as Users;
|
||||
pub use super::videos::Entity as Videos;
|
||||
Loading…
Add table
Add a link
Reference in a new issue