Sha256: 97a9a7407671af315998fe5786877811c8d97623e63773ff8b439a448771a8aa

Contents?: true

Size: 254 Bytes

Versions: 193

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

193 entries across 193 versions & 1 rubygems

Version Path
katello-3.12.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.11.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.10.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.12.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.12.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.10.1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.12.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.10.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.11.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.11.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.11.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.11.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.10.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.10.0.rc1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.9.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.10.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.9.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.8.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.9.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.9.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb