Add workflows inside captain
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddPauseResumeToCaptainWorkflowExecutions < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :captain_workflow_executions, :current_node_id, :string
|
||||
add_column :captain_workflow_executions, :context_store, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user