From 614f3d5f8056d1b045f85feba3bbaaceec2faa70 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 5 Oct 2024 12:40:13 -0700 Subject: [PATCH] fix --- backend/open_webui/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index a4ecb33ee..bfc9a4ded 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -56,6 +56,9 @@ def run_migrations(): print(f"Error: {e}") +run_migrations() + + class Config(Base): __tablename__ = "config"