Sha256: 69c0128196454cdc7ce9e91be7b7779b490ea543d93c37ff66783a5dabaaaa85

Contents?: true

Size: 151 Bytes

Versions: 3

Compression:

Stored size: 151 Bytes

Contents

class AddContentIdToKatelloRepository < ActiveRecord::Migration[6.1]
  def change
    add_column :katello_repositories, :content_id, :string
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 db/migrate/20240508100434_add_content_id_to_katello_repository.rb
katello-4.15.0.rc2 db/migrate/20240508100434_add_content_id_to_katello_repository.rb
katello-4.15.0.rc1 db/migrate/20240508100434_add_content_id_to_katello_repository.rb