[htdocs] Rebuild web interface v0.8.5

This commit is contained in:
chme
2021-01-16 08:23:50 +01:00
parent 18c3e6686c
commit 9ff06f094d
5 changed files with 5 additions and 4 deletions

View File

@@ -1093,6 +1093,7 @@ db_upgrade(sqlite3 *hdl, int db_ver)
ret = db_generic_upgrade(hdl, db_upgrade_v18_queries, ARRAY_SIZE(db_upgrade_v18_queries));
if (ret < 0)
return -1;
/* no break */
/* FALLTHROUGH */