Timothy J. Baek 7 月之前
父节点
当前提交
55d0ecc879
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      backend/open_webui/main.py

+ 0 - 2
backend/open_webui/main.py

@@ -195,8 +195,6 @@ https://github.com/open-webui/open-webui
 
 
 @asynccontextmanager
 @asynccontextmanager
 async def lifespan(app: FastAPI):
 async def lifespan(app: FastAPI):
-    run_migrations()
-
     if RESET_CONFIG_ON_START:
     if RESET_CONFIG_ON_START:
         reset_config()
         reset_config()