mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
add hop_info (#2751)
This commit is contained in:
@@ -497,7 +497,10 @@ item TEXT DEFAULT '');"#,
|
||||
)
|
||||
.await?;
|
||||
}
|
||||
|
||||
if dbversion < 81 {
|
||||
sql.execute_migration("ALTER TABLE msgs ADD COLUMN hop_info TEXT;", 81)
|
||||
.await?;
|
||||
}
|
||||
Ok((
|
||||
recalc_fingerprints,
|
||||
update_icons,
|
||||
|
||||
Reference in New Issue
Block a user