Sha256: dc33d5ab342f55cba8d2413c17bdf1c393b73fc3169ce62ac5471f63a597d22c

Contents?: true

Size: 468 Bytes

Versions: 195

Compression:

Stored size: 468 Bytes

Contents

class AddKickstartRepositoryToHostsAndHostgroups < ActiveRecord::Migration[4.2]
  def change
    add_column :katello_content_facets, :kickstart_repository_id, :integer, :null => true
    add_foreign_key :katello_content_facets, :katello_repositories, :column => :kickstart_repository_id

    add_column :hostgroups, :kickstart_repository_id, :integer, :null => true
    add_foreign_key :hostgroups, :katello_repositories, :column => :kickstart_repository_id
  end
end

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
katello-4.11.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.11.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.10.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.9.2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.10.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.10.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.4 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.9.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.3 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.9.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.7.6 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.9.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.9.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.7.5 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.7.4 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.8.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb