Sha256: 79b89ea04efb585ec2a4694e43738f9a2f90fe242b36873287fff9a019694f94

Contents?: true

Size: 254 Bytes

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.15.0 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.15.0.rc2 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
katello-4.15.0.rc1 db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb