refactor: remove digest fields from db and item struct
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
894a893536
commit
a8c363333c
@@ -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())?;
|
||||
|
||||
Reference in New Issue
Block a user