Fix more tests

This commit is contained in:
Kerollmops 2025-06-27 10:14:26 +02:00
parent 7fa1c41190
commit 657bbf5d1e
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F

View file

@ -614,6 +614,8 @@ impl FromStr for Kind {
Ok(Kind::DumpCreation)
} else if kind.eq_ignore_ascii_case("snapshotCreation") {
Ok(Kind::SnapshotCreation)
} else if kind.eq_ignore_ascii_case("export") {
Ok(Kind::Export)
} else if kind.eq_ignore_ascii_case("upgradeDatabase") {
Ok(Kind::UpgradeDatabase)
} else {