make it work with the dump and dumpless upgrade

This commit is contained in:
Tamo
2025-08-12 15:44:37 +02:00
parent 2bab375001
commit b0479eb996

View File

@ -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,
} }