Re-write all the data management with Diesel

This commit is contained in:
2024-09-20 00:51:24 +02:00
parent 18bd7ce3ab
commit 110484a967
4 changed files with 291 additions and 252 deletions

View File

@ -32,7 +32,4 @@ diesel::table! {
}
}
diesel::allow_tables_to_appear_in_same_query!(
scan_tasks,
scanners,
);
diesel::allow_tables_to_appear_in_same_query!(scan_tasks, scanners,);