Skip to content

Commit

Permalink
Don't write to flows_flowrun.timeout_on so it can be dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 29, 2020
1 parent 232dd81 commit ed5af54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/models/runs.go
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,6 @@ SET
exit_type = $2,
exited_on = $3,
status = $4,
timeout_on = NULL,
modified_on = NOW()
WHERE
id = ANY (SELECT id FROM flows_flowrun WHERE session_id = ANY($1) AND is_active = TRUE)
Expand Down

0 comments on commit ed5af54

Please sign in to comment.