Sha256: 756c56670b78dbf9813399c554493e09cfa4bd49c188f2d680069dd36296b7a5

Contents?: true

Size: 217 Bytes

Versions: 9

Compression:

Stored size: 217 Bytes

Contents

class RemoveDockerRegistryUrl < ActiveRecord::Migration
  def up
    remove_column :katello_providers, :docker_registry_url
  end

  def down
    add_column :katello_providers, :docker_registry_url, :string
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.4 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.3 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.2 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.1 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.0 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.0.rc3 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.0.rc2 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-2.4.0.rc1 db/migrate/20150224083608_remove_docker_registry_url.rb