mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-04 11:46: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")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct IndexSwap {
|
pub struct IndexSwap {
|
||||||
pub indexes: (String, String),
|
pub indexes: (String, String),
|
||||||
|
#[serde(default)]
|
||||||
pub rename: bool,
|
pub rename: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user