Sha256: bfd4467cadd0986af3f0b093a472d45aabb7c522177f86484394b413d90acff3

Contents?: true

Size: 325 Bytes

Versions: 36

Compression:

Stored size: 325 Bytes

Contents

class AddEnvironmentToTemplateCombinations < ActiveRecord::Migration[4.2]
  def up
    add_reference :template_combinations, :environment, foreign_key: true unless column_exists?(:template_combinations, :environment_id)
  end

  def down
    remove_reference :template_combinations, :environment, foreign_key: true
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
foreman_puppet-8.0.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.4.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-7.0.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.3.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.2.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.1.1 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-5.1.3 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.1.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.0.1 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-6.0.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-5.1.2 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-4.1.1 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-5.1.1 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-5.1.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-4.1.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-4.0.4 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-5.0.0 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-4.0.3 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-4.0.2 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb
foreman_puppet-3.0.7 db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb