mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
lots of small fixes from the reviews
This commit is contained in:
@@ -1242,7 +1242,7 @@ async fn open(
|
||||
sql.set_raw_config_int(context, "dbversion", 63).await?;
|
||||
}
|
||||
if dbversion < 64 {
|
||||
info!(context, "[migration] v63");
|
||||
info!(context, "[migration] v64");
|
||||
sql.execute(
|
||||
"ALTER TABLE msgs ADD COLUMN error TEXT DEFAULT '';",
|
||||
paramsv![],
|
||||
|
||||
Reference in New Issue
Block a user