Sha256: a1f0ec57148bdc058459141677d552fbfaf04e08f3c23de2a47e37beeaaf95bc
Contents?: true
Size: 267 Bytes
Versions: 28
Compression:
Stored size: 267 Bytes
Contents
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, Fixnum add_index [:caller_execution_plan_id, :caller_action_id] end end end
Version data entries
28 entries across 28 versions & 1 rubygems