mirror of
https://github.com/langgenius/dify.git
synced 2025-11-15 10:52:55 +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.