Fix migrations path and fmt

This commit is contained in:
Tobias Reisinger 2024-04-30 10:00:49 +02:00
parent 96a64cf90d
commit f539c47e3b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 1 additions and 8 deletions

View file

@ -15,7 +15,6 @@ pub struct DbMacroAction {
pub weekday: i64, // should be u8, but sqlite will store it as i64
}
impl DbMacroAction {
pub async fn get_all(
conn: &mut PoolConnection<Sqlite>,