Sha256: c20f90ff264a4e23b73e86471df7d5bddefa32a52ced920081a022ab3826e58b
Contents?: true
Size: 249 Bytes
Versions: 44
Compression:
Stored size: 249 Bytes
Contents
class AddDockerContainerRegistryUrlToProviders < ActiveRecord::Migration def up add_column :katello_providers, :docker_registry_url, :string, :limit => 255 end def down remove_column :katello_providers, :docker_registry_url end end
Version data entries
44 entries across 44 versions & 1 rubygems