Cleanup db stuff

This commit is contained in:
Tobias Reisinger 2021-12-21 12:17:01 +01:00
parent 53ead537ff
commit f3f3d36eed
4 changed files with 950 additions and 66 deletions

View file

@ -13,6 +13,7 @@ use schema::schedules::dsl::*;
pub mod errors;
pub mod models;
pub mod schema;
mod model_utils;
embed_migrations!("migrations");