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