Sha256: 104e4c76b46e83f8d7888af60d4610c4889e2c1903f5e0f19b7f0c3dab4d840e

Contents?: true

Size: 271 Bytes

Versions: 122

Compression:

Stored size: 271 Bytes

Contents

class AddConcurrencyOptionsToJobInvocation < ActiveRecord::Migration[4.2]
  def change
    change_table :job_invocations, :bulk => true do |t|
      t.column :concurrency_level, :integer, :null => true
      t.column :time_span, :integer, :null => true
    end
  end
end

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
foreman_remote_execution-4.2.3 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-4.2.2 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-4.2.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-4.2.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-4.1.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.7 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-4.0.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.6 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.5 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.4 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.3 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.2.2 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.2 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.3.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.2.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.2.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-3.1.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-2.0.10 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-2.0.9 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb