Sha256: 19340dd6f5b8e89af23fa19a19c1891716df70712d6e2c8a28479a759ed17772
Contents?: true
Size: 267 Bytes
Versions: 184
Compression:
Stored size: 267 Bytes
Contents
class AddUnauthenticatedPull < ActiveRecord::Migration[5.1] def up add_column :katello_environments, :registry_unauthenticated_pull, :boolean, :default => false end def down remove_column :katello_environments, :registry_unauthenticated_pull end end
Version data entries
184 entries across 184 versions & 1 rubygems