[PR #4899] [MERGED] feat: config.json db migration #8377

Closed
opened 2025-11-11 17:52:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: config-db-migration


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/4899 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/25/2024 **Status:** ✅ Merged **Merged:** 8/25/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `config-db-migration` --- ### 📝 Commits (3) - [`58cf1be`](https://github.com/open-webui/open-webui/commit/58cf1be20cb26cf17aefbd73b02f3100a7db274c) feat: config.json db migration - [`fd0370d`](https://github.com/open-webui/open-webui/commit/fd0370d801aab52f445a5ab2b44edc27c8b5c5a1) fix - [`a44bae2`](https://github.com/open-webui/open-webui/commit/a44bae2d3a2d1245e00804eaee855fec8591db0c) fix ### 📊 Changes **16 files changed** (+399 additions, -293 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:52:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8377