mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
format
This commit is contained in:
@@ -477,7 +477,7 @@ paramsv![]
|
|||||||
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?;
|
.await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
if dbversion < 79 {
|
if dbversion < 79 {
|
||||||
info!(context, "[migration] v79");
|
info!(context, "[migration] v79");
|
||||||
sql.execute_migration(
|
sql.execute_migration(
|
||||||
|
|||||||
Reference in New Issue
Block a user