Sha256: b35cc3bc62a47ad10f584f5ebdf2557169aae6600db062e4e81b08f21550f97e
Contents?: true
Size: 237 Bytes
Versions: 193
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
193 entries across 193 versions & 1 rubygems