This commit is contained in:
Timothy J. Baek 2024-10-05 12:41:18 -07:00
parent 614f3d5f80
commit 55d0ecc879

View File

@ -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()