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