From 4ab1c1e5897479d2b08098cd772ee393e64ba1bd Mon Sep 17 00:00:00 2001 From: "Troll (Hermes Agent)" Date: Sun, 2 Aug 2026 22:35:22 +0000 Subject: [PATCH] fix: correct DB health fix button action from fix_schema to fix_db --- templates/admin/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/settings.html b/templates/admin/settings.html index b4edceb..3c0c3b3 100644 --- a/templates/admin/settings.html +++ b/templates/admin/settings.html @@ -196,7 +196,7 @@ {% if health.missing_columns %}

Missing columns: {{ health.missing_columns | join(', ') }}

- +
{% endif %}