Automatic repair for calendar objects with invalid VERSION:4.0

This commit is contained in:
Lennart
2026-01-15 13:30:14 +01:00
parent 48b2e614a8
commit 8ae5e46abf
7 changed files with 96 additions and 8 deletions

View File

@@ -26,6 +26,8 @@ impl Default for HttpConfig {
#[serde(deny_unknown_fields)]
pub struct SqliteDataStoreConfig {
pub db_url: String,
#[serde(default = "default_true")]
pub run_repairs: bool,
}
#[derive(Debug, Deserialize, Serialize)]