Sha256: b981935101882b4bfd26418972a96fe82317f4b46de5dc3036d5ba95a994fcff
Contents?: true
Size: 234 Bytes
Versions: 9
Compression:
Stored size: 234 Bytes
Contents
class AddDockerContainerRegistryUrlToProviders < ActiveRecord::Migration def up add_column :katello_providers, :docker_registry_url, :string end def down remove_column :katello_providers, :docker_registry_url end end
Version data entries
9 entries across 9 versions & 1 rubygems