mirror of
https://github.com/langgenius/dify.git
synced 2025-07-04 23:57:12 +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.