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

Version Path
foreman_remote_execution-1.3.7 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb
foreman_remote_execution-1.3.6 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb
foreman_remote_execution-1.4.1 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb
foreman_remote_execution-1.3.5 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb
foreman_remote_execution-1.3.4 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb
foreman_remote_execution-1.3.3 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb
foreman_remote_execution-1.3.2 db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb