Forgotten fixes
This commit is contained in:
@@ -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![
|
||||
|
||||
Reference in New Issue
Block a user