Sha256: 0e12a7848c3d062d2a8facdd98b90e3a3c33e8beca083611efdb1d48aac15020

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

class AddConvert2rhelToHostFacets < ActiveRecord::Migration[6.1]
  def up
    add_column :katello_subscription_facets, :convert2rhel_through_foreman, :int4
  end

  def down
    remove_column :katello_subscription_facets, :convert2rhel_through_foreman
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-4.14.2 db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb
katello-4.15.0 db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb
katello-4.15.0.rc2 db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb
katello-4.15.0.rc1 db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb
katello-4.14.1 db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb
katello-4.14.0 db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb