Sha256: da925e9fc6ba6360c8d1b02cbdc3b66f52ba8e4d16fca0403d9de37ab2b5602b
Contents?: true
Size: 271 Bytes
Versions: 65
Compression:
Stored size: 271 Bytes
Contents
class AddContentViewAndLifecycleEnvironment < ActiveRecord::Migration[6.0] def change add_column :katello_cdn_configurations, :upstream_content_view_label, :string add_column :katello_cdn_configurations, :upstream_lifecycle_environment_label, :string end end
Version data entries
65 entries across 65 versions & 1 rubygems