Sha256: 66b9044aac71d6ce165f1a13984d25f504d5b29bfd4e3ae8a0486fd3bd08874e
Contents?: true
Size: 171 Bytes
Versions: 139
Compression:
Stored size: 171 Bytes
Contents
class RemoveUsePulpOauthSetting < ActiveRecord::Migration[4.2] def up Setting.where(:name => 'use_pulp_oauth', :category => 'Setting::Content').delete_all end end
Version data entries
139 entries across 139 versions & 1 rubygems