mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
add the upgradeTo field in the details
This commit is contained in:
parent
9a57736773
commit
fd5649091d
15 changed files with 59 additions and 25 deletions
|
@ -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 },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue