migrate log for hop_info added (#2914)

that bit was missing in #2751
This commit is contained in:
bjoern
2021-12-25 13:38:21 +01:00
committed by GitHub
parent 93d1162caf
commit 273a38d781

View File

@@ -498,6 +498,7 @@ item TEXT DEFAULT '');"#,
.await?;
}
if dbversion < 81 {
info!(context, "[migration] v81");
sql.execute_migration("ALTER TABLE msgs ADD COLUMN hop_info TEXT;", 81)
.await?;
}