Switch to alternate query strategy which simplifies code (#244)

This commit is contained in:
Geometrically
2021-09-01 06:04:38 -07:00
committed by GitHub
parent efb82847cb
commit c87e72e08e
7 changed files with 1029 additions and 1564 deletions

View File

@@ -153,7 +153,7 @@ pub struct ReportId(pub i64);
#[sqlx(transparent)]
pub struct ReportTypeId(pub i32);
#[derive(Copy, Clone, Debug, Type)]
#[derive(Copy, Clone, Debug, Type, Hash, Eq, PartialEq)]
#[sqlx(transparent)]
pub struct FileId(pub i64);