Workflow default status and computing positions

This commit is contained in:
2026-04-25 16:17:14 +03:00
parent 2a0a70c290
commit debff6dc22
10 changed files with 71 additions and 15 deletions
@@ -0,0 +1,5 @@
class AddDefaultStatusToWorkflows < ActiveRecord::Migration[8.1]
def change
add_reference :workflows, :default_status, foreign_key: { to_table: :task_statuses }
end
end