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
15 changed files with 59 additions and 25 deletions

View File

@ -548,7 +548,7 @@ impl crate::IndexScheduler {
Details::Dump { dump_uid: _ } => {
assert_eq!(kind.as_kind(), Kind::DumpCreation);
}
Details::UpgradeDatabase { from: _ } => {
Details::UpgradeDatabase { from: _, to: _ } => {
assert_eq!(kind.as_kind(), Kind::UpgradeDatabase);
}
}