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)?;
|
||||
|
||||
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!(
|
||||
|
|
Loading…
Add table
Reference in a new issue