diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 8da4c6a48..06357d52d 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()