refactor: remove digest fields from db and item struct

This commit is contained in:
Andrew Phillips
2025-05-21 20:24:17 -03:00
committed by Andrew Phillips (aider)
parent 894a893536
commit a8c363333c
3 changed files with 31 additions and 53 deletions

View File

@@ -52,8 +52,6 @@ pub fn mode_save(
ts: Utc::now(),
size: None,
compression: compression_type.to_string(),
digest_type: digest_type.to_string(),
digest_value: Some(String::new()),
};
let id = db::insert_item(conn, item.clone())?;