Sha256: 97a9a7407671af315998fe5786877811c8d97623e63773ff8b439a448771a8aa
Contents?: true
Size: 254 Bytes
Versions: 192
Compression:
Stored size: 254 Bytes
Contents
class AddDockerContainerRegistryUrlToProviders < ActiveRecord::Migration[4.2] 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
192 entries across 192 versions & 1 rubygems