Workflow default status and computing positions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user