Sha256: 9a2e1eb12659fcc6227ce0e4ea0ef2c69aa690d4954e4eeff0f90caf07f9953a

Contents?: true

Size: 476 Bytes

Versions: 16

Compression:

Stored size: 476 Bytes

Contents

class CreateJobTemplateEffectiveUsers < ActiveRecord::Migration
  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

16 entries across 16 versions & 1 rubygems

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