mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
start dumping the update files to a known format
This commit is contained in:
parent
170af0c9bd
commit
2db486ad90
50 changed files with 20209 additions and 7996 deletions
|
@ -57,7 +57,7 @@ impl CompatV5ToV6 {
|
|||
) -> Box<dyn Iterator<Item = Result<(v6::Task, Option<v6::UpdateFile>)>> + '_> {
|
||||
let tasks = match self {
|
||||
CompatV5ToV6::V5(v5) => v5.tasks(),
|
||||
CompatV5ToV6::Compat(compat) => compat.tasks(),
|
||||
CompatV5ToV6::Compat(compat) => todo!(), // compat.tasks(),
|
||||
};
|
||||
Box::new(tasks.map(|task| {
|
||||
task.map(|(task, content_file)| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue