Sha256: 79b89ea04efb585ec2a4694e43738f9a2f90fe242b36873287fff9a019694f94
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
class AddDockerContainerRegistryURLToProviders < ActiveRecord::Migration[4.2] def up add_column :katello_providers, :docker_registry_url, :string, :limit => 255 end def down remove_column :katello_providers, :docker_registry_url end end
Version data entries
3 entries across 3 versions & 1 rubygems