mirror of
https://github.com/langgenius/dify.git
synced 2025-07-05 08:07:10 +00:00

- Add `node_execution_id` column to `WorkflowDraftVariable`, allowing efficient implementation of the "Reset to last run value" feature. - Add additional index for `WorkflowNodeExecutionModel` to improve the performance of last run lookup. Closes #20745.
Single-database configuration for Flask.