Sha256: 1b99c60e104e9ecd9751a0a1d1801bbf138c0adbadd79de33ba4e2bada5ea624
Contents?: true
Size: 238 Bytes
Versions: 18
Compression:
Stored size: 238 Bytes
Contents
class AddConcurrencyOptionsToJobInvocation < ActiveRecord::Migration def change add_column :job_invocations, :concurrency_level, :integer, :null => true add_column :job_invocations, :time_span, :integer, :null => true end end
Version data entries
18 entries across 18 versions & 1 rubygems