From 55d0ecc8791fdb60e863cd949a4c44964507caa7 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 5 Oct 2024 12:41:18 -0700 Subject: [PATCH] refac --- backend/open_webui/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 8da4c6a48b..06357d52de 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -195,8 +195,6 @@ https://github.com/open-webui/open-webui @asynccontextmanager async def lifespan(app: FastAPI): - run_migrations() - if RESET_CONFIG_ON_START: reset_config()