mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 09:45:27 -04:00
964549d31f
- Add support for connecting to a default database when target database connection fails - Introduce new configuration parameter `DBDefaultDatabase` with default value "postgres" - Modify `initDifyPluginDB` to attempt connection to default database and create target database if needed - Update test case to include default database parameter