Sha256: 83d2065bd6a48145a42590013aaf8d2ba9f099b86bdfad765e4993f9657b823a

Contents?: true

Size: 485 Bytes

Versions: 148

Compression:

Stored size: 485 Bytes

Contents

class AddPulp3HrefsToContentTypes < ActiveRecord::Migration[5.2]
  def change
    content_models = [Katello::Rpm, Katello::ModuleStream, Katello::Erratum, Katello::PackageGroup, Katello::YumMetadataFile,
                      Katello::Srpm, Katello::FileUnit, Katello::DockerManifestList, Katello::DockerManifest, Katello::DockerTag]

    content_models.each do |model|
      add_column model.table_name, :migrated_pulp3_href, :string, :default => nil, :null => true
    end
  end
end

Version data entries

148 entries across 148 versions & 1 rubygems

Version Path
katello-4.7.3 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.7.2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.7.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.6.2.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.6.2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.7.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.6.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.7.0.rc2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.7.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.4.2.2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.4.2.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.4.2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.5.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.6.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.6.0.rc2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.6.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.5.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.5.0.rc2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.4.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.5.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb