Sha256: cbdb04a7f3c07150b018dbb43b3b1e9c02d037e196fbe5297fe3d9007cf96d94
Contents?: true
Size: 148 Bytes
Versions: 2
Compression:
Stored size: 148 Bytes
Contents
# frozen_string_literal: true Sequel.migration do change do alter_table(:dynflow_steps) do add_column :queue, String 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/016_add_step_queue.rb |
dynflow-1.8.3 | lib/dynflow/persistence_adapters/sequel_migrations/016_add_step_queue.rb |