Sha256: 3bd49e6d05167d347f4dff5a1922c37f8d3c02323e24e5ae26a70a2f052dcb5f

Contents?: true

Size: 237 Bytes

Versions: 7

Compression:

Stored size: 237 Bytes

Contents

class RemoveDockerRegistryURL < ActiveRecord::Migration[4.2]
  def up
    remove_column :katello_providers, :docker_registry_url
  end

  def down
    add_column :katello_providers, :docker_registry_url, :string, :limit => 255
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
katello-4.16.0 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-4.15.1 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-4.16.0.rc2 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-4.16.0.rc1 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-4.15.0 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-4.15.0.rc2 db/migrate/20150224083608_remove_docker_registry_url.rb
katello-4.15.0.rc1 db/migrate/20150224083608_remove_docker_registry_url.rb