ZIP import / export now include inbox content

This commit is contained in:
2025-05-08 17:35:17 +02:00
parent 6e0d0fb48d
commit 55f2679d1a
3 changed files with 57 additions and 6 deletions

View File

@@ -3,7 +3,9 @@ use crate::models::files::FileID;
use crate::schema::*;
use diesel::{Insertable, Queryable, QueryableByName};
#[derive(Debug, Clone, Copy, serde::Serialize, serde::Deserialize, PartialEq, Eq)]
#[derive(
Debug, Clone, Copy, serde::Serialize, serde::Deserialize, PartialEq, Eq, Hash, PartialOrd, Ord,
)]
pub struct MovementID(pub i32);
/// Single movement information