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.14.2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.15.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.15.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.15.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.14.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.14.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.14.0.rc3 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.14.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.14.0.rc1.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.14.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.13.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.13.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.12.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.13.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.12.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.12.0.rc3 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.12.0.rc2 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.12.0.rc1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.11.1 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb
katello-4.11.0 db/migrate/20160413230128_add_kickstart_repository_to_hosts_and_hostgroups.rb