[PR #514] [MERGED] update config after mysql adaptation #553

Closed
opened 2026-02-16 01:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/514
Author: @longbingljw
Created: 11/27/2025
Status: Merged
Merged: 12/8/2025
Merged by: @Yeuoly

Base: mainHead: update


📝 Commits (3)

📊 Changes

3 files changed (+7 additions, -0 deletions)

View changed files

📝 .env.example (+1 -0)
📝 internal/types/app/config.go (+2 -0)
📝 internal/types/app/default.go (+4 -0)

📄 Description

Description

DB_type need to be added in .env.example.And for mysql-compatible database,just transfer DB_TYPE to mysql directly which is ok.
close #513

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

This is the support for Dify MySQL Adaptation.


🔄 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/langgenius/dify-plugin-daemon/pull/514 **Author:** [@longbingljw](https://github.com/longbingljw) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `update` --- ### 📝 Commits (3) - [`a09d145`](https://github.com/langgenius/dify-plugin-daemon/commit/a09d14549789b88b1cffbc08423ef284c2057648) update config after mysql adaptation - [`5b1e3b5`](https://github.com/langgenius/dify-plugin-daemon/commit/5b1e3b524bbb03b8eb6f697739876e162a4cec80) fix - [`f962feb`](https://github.com/langgenius/dify-plugin-daemon/commit/f962febd7f317cd5a3149704c47e9481ae98707e) fix ### 📊 Changes **3 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -0) 📝 `internal/types/app/config.go` (+2 -0) 📝 `internal/types/app/default.go` (+4 -0) </details> ### 📄 Description ## Description DB_type need to be added in .env.example.And for mysql-compatible database,just transfer DB_TYPE to mysql directly which is ok. close #513 ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [x] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information This is the support for Dify MySQL Adaptation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:18 -05:00
yindo closed this issue 2026-02-16 01:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#553