Sha256: b620e625a13b0508479d548db71ee7fda237e025efa00b40690b751f23eef320

Contents?: true

Size: 294 Bytes

Versions: 16

Compression:

Stored size: 294 Bytes

Contents

class AddRunHostJobTaskIdToTemplateInvocation < ActiveRecord::Migration
  def change
    add_column :template_invocations, :run_host_job_task_id, :string, :limit => 255
    add_index :template_invocations, [:run_host_job_task_id], :name => 'template_invocations_run_host_job_task_id'
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
foreman_remote_execution-1.3.7 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.6 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.4.1 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.5 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.4 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.3 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.2 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.1 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.3.0 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.2.2 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.2.1 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.2.0 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.1.1 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.1.0 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-1.0.0 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb
foreman_remote_execution-0.3.2 db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb