mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-04 03:36:30 +00:00
make it work with the dump and dumpless upgrade
This commit is contained in:
@ -173,6 +173,7 @@ pub enum KindWithContent {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct IndexSwap {
|
||||
pub indexes: (String, String),
|
||||
#[serde(default)]
|
||||
pub rename: bool,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user