Sha256: 1b4b4a31da3612e3e6a6aeb7b999b6a00d1e767ea50b8a5ec127d4c665d62acc
Contents?: true
Size: 414 Bytes
Versions: 200
Compression:
Stored size: 414 Bytes
Contents
class AddHostApplicablePackage < ActiveRecord::Migration[4.2] 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
200 entries across 200 versions & 1 rubygems