Sha256: 45b7273cce9ace452832d51552664b1f8e08f4822800a76a15fce5959ae6e545

Contents?: true

Size: 1.03 KB

Versions: 121

Compression:

Stored size: 1.03 KB

Contents

class CreateHostgroupContentFacet < ActiveRecord::Migration[5.1]
  def change
    create_table :katello_hostgroup_content_facets do |t|
      t.column :hostgroup_id, :integer, :null => false
      t.column :kickstart_repository_id, :integer, :null => true
      t.column :content_source_id, :integer, :null => true
      t.column :content_view_id, :integer, :null => true
      t.column :lifecycle_environment_id, :integer, :null => true
    end
    add_foreign_key :katello_hostgroup_content_facets, :katello_repositories, :column => :kickstart_repository_id
    add_foreign_key :katello_hostgroup_content_facets, :hostgroups, :column => :hostgroup_id
    add_foreign_key :katello_hostgroup_content_facets, :katello_content_views, :column => :content_view_id
    add_foreign_key :katello_hostgroup_content_facets, :smart_proxies, :name => "katello_hostgroup_content_facets_content_source_id_fk", :column => "content_source_id"
    add_foreign_key :katello_hostgroup_content_facets, :katello_environments, :column => :lifecycle_environment_id
  end
end

Version data entries

121 entries across 121 versions & 1 rubygems

Version Path
katello-4.14.2 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.15.0 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.15.0.rc2 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.15.0.rc1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.14.1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.14.0 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.14.0.rc3 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.14.0.rc2 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.14.0.rc1.1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.14.0.rc1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.13.1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.13.0 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.12.1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.13.0.rc1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.12.0 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.12.0.rc3 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.12.0.rc2 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.12.0.rc1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.11.1 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb
katello-4.11.0 db/migrate/20180904122343_create_hostgroup_content_facet.katello.rb