Sha256: a1f69dec26ae8bd28471524c9812e31d94200f8c379dfc0b21918401328b14b2
Contents?: true
Size: 255 Bytes
Versions: 193
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
193 entries across 193 versions & 1 rubygems