Cleanup db/schedule namespace
This commit is contained in:
parent
09c50411d1
commit
effd3f3b18
8 changed files with 155 additions and 209 deletions
src/db
|
@ -5,6 +5,7 @@ use sqlx::Sqlite;
|
|||
|
||||
use crate::db::errors::DatabaseError;
|
||||
use crate::db::models::*;
|
||||
use crate::db::schedules::Schedule;
|
||||
|
||||
pub async fn create_tag(
|
||||
conn: &mut PoolConnection<Sqlite>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue