mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Remove the IndexRename operation
This commit is contained in:
committed by
Clément Renault
parent
5fa214abb1
commit
9e8242c57d
@ -304,7 +304,6 @@ impl IndexScheduler {
|
||||
tasks: self.get_existing_tasks(rtxn, ids)?,
|
||||
})),
|
||||
BatchKind::IndexSwap { id: _ } => todo!(),
|
||||
BatchKind::IndexRename { id: _ } => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user