Sha256: e1d4e5258cba2879a3437e0bc4b05b830767e3a811e354b7573be869b5b2d57a

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 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
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katello-2.4.5 db/migrate/20160520175340_add_host_applicable_package.rb
katello-3.1.0.rc1 db/migrate/20160520175340_add_host_applicable_package.rb