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-4.0.2.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.2.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.18.4 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.1.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.18.3.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.0.rc2.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.0.rc2.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.18.3 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.0.rc1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.1.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.0.rc3.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.0.0.rc3 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb