mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-10 21:56:27 +00:00
Add the necessary batches and tasks in the process
This commit is contained in:
committed by
Kerollmops
parent
53905c1362
commit
f95398420b
@@ -234,6 +234,7 @@ impl<'a> Dump<'a> {
|
||||
}
|
||||
}
|
||||
KindDump::UpgradeDatabase { from } => KindWithContent::UpgradeDatabase { from },
|
||||
KindDump::CompactIndex { index_uid } => KindWithContent::CompactIndex { index_uid },
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user