Sha256: 5203cf21f828fbcf476294a11b4f3db521e2dee5155f517ceb8e9dccf65dcfd6
Contents?: true
Size: 233 Bytes
Versions: 7
Compression:
Stored size: 233 Bytes
Contents
class AddTimeoutToJobTemplatesAndJobInvocations < ActiveRecord::Migration def change add_column :templates, :execution_timeout_interval, :integer add_column :job_invocations, :execution_timeout_interval, :integer end end
Version data entries
7 entries across 7 versions & 1 rubygems