Forgotten fixes

This commit is contained in:
Alexander
2026-05-18 13:31:31 +02:00
parent b88583707d
commit 4a1b68981e
4 changed files with 588 additions and 10 deletions
+1 -5
View File
@@ -786,11 +786,7 @@ impl Database {
Ok(())
}
pub fn update_enrichment(
&self,
file_id: FileId,
enrichment: &EnrichmentUpdate,
) -> Result<()> {
pub fn update_enrichment(&self, file_id: FileId, enrichment: &EnrichmentUpdate) -> Result<()> {
let conn = self.conn.lock().unwrap();
let mut set_clauses = vec![