remove unnecessary else logic in sha256_media db migration
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3723d37b14
commit
3ba129e80c
1 changed files with 0 additions and 2 deletions
|
@ -978,8 +978,6 @@ impl KeyValueDatabase {
|
||||||
services().globals.bump_database_version(14)?;
|
services().globals.bump_database_version(14)?;
|
||||||
|
|
||||||
warn!("Migration: 13 -> 14 finished");
|
warn!("Migration: 13 -> 14 finished");
|
||||||
} else {
|
|
||||||
warn!("Skipping migration from version 13 to 14 for converting legacy base64 key file names to sha256 hashes of the base64 keys");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue