You've already forked AstralRinth
forked from didirus/AstralRinth
Switch to alternate query strategy which simplifies code (#244)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user