Sha256: 3970b41af8a97c35792ffed48ac54c89cba0e3079f1b3a9140501294370934e3
Contents?: true
Size: 238 Bytes
Versions: 143
Compression:
Stored size: 238 Bytes
Contents
class AddTimeoutToJobTemplatesAndJobInvocations < ActiveRecord::Migration[4.2] def change add_column :templates, :execution_timeout_interval, :integer add_column :job_invocations, :execution_timeout_interval, :integer end end
Version data entries
143 entries across 143 versions & 1 rubygems