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"