Sha256: 19340dd6f5b8e89af23fa19a19c1891716df70712d6e2c8a28479a759ed17772

Contents?: true

Size: 267 Bytes

Versions: 187

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

187 entries across 187 versions & 1 rubygems

Version Path
katello-4.2.0.1.rc2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.2.0.rc2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.3 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.2.0.rc1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.0.2.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.2.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.0.2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-3.18.4 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.0 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.0.1.2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-3.18.3.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.0.rc2.2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.0.rc2.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.0.1.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-3.18.3 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.0.rc2 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.0.1 db/migrate/20180614184822_add_unauthenticated_pull.rb
katello-4.1.0.rc1.1 db/migrate/20180614184822_add_unauthenticated_pull.rb