Merge b10f598e66 into cbb8e77d60
This commit is contained in:
commit
024f8131cb
|
|
@ -226,7 +226,10 @@ impl Database {
|
|||
deserializer.deserialize(bytes_dirs).context("could not deserialize database")?
|
||||
}
|
||||
version => {
|
||||
bail!("unsupported version (got {version}, supports {})", Self::VERSION)
|
||||
bail!(
|
||||
"unsupported database version (got {version}, supports {}), re-create the database",
|
||||
Self::VERSION
|
||||
)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue