Sha256: 479e7f7bca34c8b80d4842d682eb40024af92ca3d0ca8c45b9e79c766176e959
Contents?: true
Size: 306 Bytes
Versions: 54
Compression:
Stored size: 306 Bytes
Contents
class DeleteOldSettingData < ActiveRecord::Migration[6.0] def up Setting.where(name: ['default_location_puppet_content', 'pulp_sync_node_action_accept_timeout', 'pulp_sync_node_action_finish_timeout', 'subscriptions_return_host_data']).delete_all end def down end end
Version data entries
54 entries across 54 versions & 1 rubygems