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

Version Path
katello-3.5.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.5.1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.5.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.5.0.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.5.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.5.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.5.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.5 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.4 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.0.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.0.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.3.2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.4.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.3.1.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.3.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-3.3.0.1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb