Sha256: 293cf24209cc6a7f9bb579f3a16602151bbe400ed00d85e2dd3aeca40c2bf5c8
Contents?: true
Size: 298 Bytes
Versions: 25
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true Sequel.migration do change do alter_table(:dynflow_actions) do add_column :caller_execution_plan_id, String, fixed: true, size: 36 add_column :caller_action_id, Integer add_index [:caller_execution_plan_id, :caller_action_id] end end end
Version data entries
25 entries across 25 versions & 1 rubygems