small fix

This commit is contained in:
Septias
2021-07-29 13:05:48 +02:00
committed by Sebastian Klähn
parent d185318f46
commit 69b9e3c5ec

View File

@@ -474,7 +474,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");