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