Sha256: 0b2e76c428205de0ca9852e6fd7017afd1fdf6a588a873f4594a46e40cd95b56

Contents?: true

Size: 158 Bytes

Versions: 2

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true

Sequel.migration do
  change do
    alter_table(:dynflow_execution_plans) do
      add_column :label, 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/010_add_execution_plans_label.rb
dynflow-1.8.3 lib/dynflow/persistence_adapters/sequel_migrations/010_add_execution_plans_label.rb