address link2xt comments

This commit is contained in:
holger krekel
2026-07-22 20:36:35 +02:00
parent 3c171d539b
commit eccd5ce03a
6 changed files with 11 additions and 17 deletions

View File

@@ -1117,9 +1117,7 @@ UPDATE chats SET protected=1, type=120 WHERE type=130;"#,
.await?;
}
if dbversion < 71 {
sql.set_db_version(71).await?;
}
// Migration 71 was removed together with the provider database it read from.
if dbversion < 72 && !sql.col_exists("msgs", "mime_modified").await? {
sql.execute_migration(
r#"