mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
small fix
This commit is contained in:
@@ -472,7 +472,7 @@ paramsv![]
|
||||
// move requests to "Archived Chats",
|
||||
// this way, the app looks familiar after the contact request upgrade.
|
||||
info!(context, "[migration] v78");
|
||||
sql.execute_migration("UPDATE chats SET archived=1 WHERE blocked=2;", 78)
|
||||
sql.execute_migration("UPDATE chats SET archived=1 WHERE blocked=2;", 78).await?;
|
||||
}
|
||||
if dbversion < 79 {
|
||||
info!(context, "[migration] v79");
|
||||
|
||||
Reference in New Issue
Block a user