This commit is contained in:
2025-10-27 22:45:16 +01:00
parent 2d80515ad5
commit ed0f0fb759
6 changed files with 31 additions and 51 deletions
-2
View File
@@ -123,7 +123,6 @@ pub struct DocumentVersion {
pub size_bytes: i64,
pub checksum: String,
pub created_at: NaiveDateTime,
pub operations_summary: serde_json::Value,
pub metadata: serde_json::Value,
pub tenant_id: Uuid,
}
@@ -137,7 +136,6 @@ pub struct NewDocumentVersion {
pub s3_key: String,
pub size_bytes: i64,
pub checksum: String,
pub operations_summary: serde_json::Value,
pub metadata: serde_json::Value,
pub tenant_id: Uuid,
}