mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
add missing dbversion update
This commit is contained in:
@@ -466,6 +466,7 @@ paramsv![]
|
|||||||
if dbversion < 77 {
|
if dbversion < 77 {
|
||||||
info!(context, "[migration] v77");
|
info!(context, "[migration] v77");
|
||||||
recode_avatar = true;
|
recode_avatar = true;
|
||||||
|
sql.set_db_version(77).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok((
|
Ok((
|
||||||
|
|||||||
Reference in New Issue
Block a user