mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #4899] [MERGED] feat: config.json db migration #8377
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4899
Author: @tjbck
Created: 8/25/2024
Status: ✅ Merged
Merged: 8/25/2024
Merged by: @tjbck
Base:
dev← Head:config-db-migration📝 Commits (3)
58cf1befeat: config.json db migrationfd0370dfixa44bae2fix📊 Changes
16 files changed (+399 additions, -293 deletions)
View changed files
📝
backend/apps/webui/internal/db.py(+5 -14)📝
backend/apps/webui/internal/wrappers.py(+1 -1)📝
backend/apps/webui/models/auths.py(+2 -2)📝
backend/apps/webui/models/documents.py(+1 -1)📝
backend/apps/webui/models/files.py(+1 -1)📝
backend/apps/webui/models/functions.py(+1 -1)📝
backend/apps/webui/models/models.py(+1 -1)📝
backend/apps/webui/models/tags.py(+1 -1)📝
backend/apps/webui/models/tools.py(+1 -1)📝
backend/config.py(+86 -219)➖
backend/data/config.json(+0 -36)➕
backend/env.py(+252 -0)📝
backend/main.py(+1 -12)📝
backend/migrations/env.py(+1 -1)➕
backend/migrations/versions/ca81bd47c050_add_config_table.py(+43 -0)📝
backend/utils/utils.py(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.