add the upgradeTo field in the details

This commit is contained in:
Tamo 2025-01-23 01:52:08 +01:00 committed by Louis Dureuil
parent 9a57736773
commit fd5649091d
No known key found for this signature in database
15 changed files with 59 additions and 25 deletions

View file

@ -75,7 +75,7 @@ pub fn upgrade_index_scheduler(
finished_at: None,
error: None,
canceled_by: None,
details: Some(Details::UpgradeDatabase { from }),
details: Some(Details::UpgradeDatabase { from, to }),
status: Status::Enqueued,
kind: KindWithContent::UpgradeDatabase { from },
},