xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

Remove `is_current` field from process execution table #48

Closed longquanzheng closed 11 months ago

longquanzheng commented 11 months ago

We haven't really used it in the implementation. And it will require additional query to main the the value.

It's better to remove it, and only rely on latest_process_execution table to decide which is the latest/current one