Allow to attach customMetadatain the document addition or update tasks

This commit is contained in:
Louis Dureuil
2025-10-30 11:21:55 +01:00
parent 2859079c32
commit 083de2bfc1
12 changed files with 50 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ pub fn upgrade_index_scheduler(
status: Status::Enqueued,
kind: KindWithContent::UpgradeDatabase { from },
network: None,
custom_metadata: None,
},
)?;
wtxn.commit()?;