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