mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 06:06:32 +00:00
Add the necessary batches and tasks in the process
This commit is contained in:
committed by
Kerollmops
parent
53905c1362
commit
f95398420b
@@ -158,6 +158,9 @@ pub enum KindDump {
|
||||
UpgradeDatabase {
|
||||
from: (u32, u32, u32),
|
||||
},
|
||||
CompactIndex {
|
||||
index_uid: String,
|
||||
},
|
||||
}
|
||||
|
||||
impl From<Task> for TaskDump {
|
||||
@@ -240,6 +243,7 @@ impl From<KindWithContent> for KindDump {
|
||||
KindWithContent::UpgradeDatabase { from: version } => {
|
||||
KindDump::UpgradeDatabase { from: version }
|
||||
}
|
||||
KindWithContent::CompactIndex { index_uid } => KindDump::CompactIndex { index_uid },
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user