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.14.2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.15.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.15.0.rc2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.15.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.14.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.14.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.14.0.rc3 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.14.0.rc2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.14.0.rc1.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.14.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.13.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.13.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.12.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.13.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.12.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.12.0.rc3 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.12.0.rc2 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.12.0.rc1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.11.1 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb
katello-4.11.0 db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb