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

Version Path
katello-3.7.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.8.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.8.0.rc3 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.8.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.7.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.8.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.7.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.7.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.6.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.6.0.1.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.6.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.6.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb