mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
rename the dumpExport to dumpCreation
This commit is contained in:
parent
3ea489421e
commit
ecf4e43b3d
16 changed files with 79 additions and 77 deletions
|
@ -253,8 +253,10 @@ pub fn swap_index_uid_in_task(task: &mut Task, swap: (&str, &str)) {
|
|||
}
|
||||
}
|
||||
}
|
||||
K::TaskCancelation { .. } | K::TaskDeletion { .. } | K::DumpExport { .. } | K::Snapshot => {
|
||||
}
|
||||
K::TaskCancelation { .. }
|
||||
| K::TaskDeletion { .. }
|
||||
| K::DumpCreation { .. }
|
||||
| K::Snapshot => {}
|
||||
};
|
||||
for index_uid in index_uids {
|
||||
if index_uid == swap.0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue