Fix migrations path and fmt
This commit is contained in:
parent
96a64cf90d
commit
f539c47e3b
8 changed files with 1 additions and 8 deletions
src/db
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue