mirror of
https://mirror.skon.top/github.com/langgenius/dify.git
synced 2026-04-21 07:50:26 +08: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.