mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Remove the IndexRename operation
This commit is contained in:
parent
5fa214abb1
commit
9e8242c57d
3 changed files with 4 additions and 30 deletions
|
@ -304,7 +304,6 @@ impl IndexScheduler {
|
|||
tasks: self.get_existing_tasks(rtxn, ids)?,
|
||||
})),
|
||||
BatchKind::IndexSwap { id: _ } => todo!(),
|
||||
BatchKind::IndexRename { id: _ } => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue