mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
@@ -498,6 +498,7 @@ item TEXT DEFAULT '');"#,
|
|||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
if dbversion < 81 {
|
if dbversion < 81 {
|
||||||
|
info!(context, "[migration] v81");
|
||||||
sql.execute_migration("ALTER TABLE msgs ADD COLUMN hop_info TEXT;", 81)
|
sql.execute_migration("ALTER TABLE msgs ADD COLUMN hop_info TEXT;", 81)
|
||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user