Sha256: ef81b980188590480850e172941bed39dca0fae6e704f0e1a8379179f307a7ef
Contents?: true
Size: 299 Bytes
Versions: 2
Compression:
Stored size: 299 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dynflow-1.9.0 | lib/dynflow/persistence_adapters/sequel_migrations/003_parent_action.rb |
dynflow-1.8.3 | lib/dynflow/persistence_adapters/sequel_migrations/003_parent_action.rb |