Sha256: a1f69dec26ae8bd28471524c9812e31d94200f8c379dfc0b21918401328b14b2
Contents?: true
Size: 255 Bytes
Versions: 196
Compression:
Stored size: 255 Bytes
Contents
class AddHypervisorToSubscriptionFacets < ActiveRecord::Migration[4.2] def change add_column :katello_subscription_facets, :hypervisor, :boolean, :default => false add_column :katello_subscription_facets, :hypervisor_host_id, :integer end end
Version data entries
196 entries across 196 versions & 1 rubygems