Sha256: b2a2c2fbd04d46ab95ed6db7235f4de88b8883795e848b38cb83a3d9bb2bc54e
Contents?: true
Size: 232 Bytes
Versions: 44
Compression:
Stored size: 232 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, :limit => 255 end end
Version data entries
44 entries across 44 versions & 1 rubygems