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-14.1.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-14.1.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-14.0.2 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-14.0.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.6 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-14.0.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.5 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.4 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.3 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.2 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-12.0.7 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.2.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-10.1.3 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-13.0.0 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-12.0.5 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-12.0.4 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-12.0.1 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-12.0.2 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb
foreman_remote_execution-11.1.3 db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb