Skip to content
Snippets Groups Projects
Commit 3ba129e8 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

remove unnecessary else logic in sha256_media db migration

parent 3723d37b
No related branches found
No related tags found
No related merge requests found
...@@ -978,8 +978,6 @@ pub async fn load_or_create(config: Config) -> Result<()> { ...@@ -978,8 +978,6 @@ pub async fn load_or_create(config: Config) -> Result<()> {
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!(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment