lots of small fixes from the reviews

This commit is contained in:
Hocuri
2020-06-12 10:00:05 +02:00
parent 8ebce0c861
commit 990c80cedf
4 changed files with 12 additions and 5 deletions

View File

@@ -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![],