Sha256: 796c6eb4eb8b9a6c897c11108ed1628a4d22c9a2c843bb84cf4a459fdc395ce1

Contents?: true

Size: 481 Bytes

Versions: 145

Compression:

Stored size: 481 Bytes

Contents

class CreateJobTemplateEffectiveUsers < ActiveRecord::Migration[4.2]
  def change
    create_table :job_template_effective_users do |t|
      t.integer :job_template_id
      t.string :value, :limit => 255
      t.boolean :overridable
      t.boolean :current_user
    end

    add_index :job_template_effective_users, :job_template_id, :name => 'effective_users_job_template_id'
    add_foreign_key :job_template_effective_users, :templates, :column => :job_template_id
  end
end

Version data entries

145 entries across 145 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.7 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-15.0.0 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.1.4 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.1.3 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.1.2 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.1.1 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.1.0 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.0.2 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.0.1 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.6 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-14.0.0 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.5 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.4 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.3 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.2 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-12.0.7 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.1 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.2.0 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-10.1.3 db/migrate/20151124162300_create_job_template_effective_users.rb
foreman_remote_execution-13.0.0 db/migrate/20151124162300_create_job_template_effective_users.rb