mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
remove unnecessary else logic in sha256_media db migration
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -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!(
|
||||||
|
|||||||
Reference in New Issue
Block a user