Sha256: ebf569c32530cc630ec426884f16c2554ee538b1000267814445d437baf44805
Contents?: true
Size: 409 Bytes
Versions: 24
Compression:
Stored size: 409 Bytes
Contents
class AddHostApplicablePackage < ActiveRecord::Migration def change create_table "katello_content_facet_applicable_rpms" do |t| t.references 'content_facet', :null => false t.references 'rpm', :null => false end add_index "katello_content_facet_applicable_rpms", ["rpm_id", "content_facet_id"], :name => "katello_content_facet_rpm_rid_cfid", :unique => true end end
Version data entries
24 entries across 24 versions & 1 rubygems