Sha256: 91f5706593cc81166a4e68bad80cd835863496e2fcddeef28c5f5871a5f88507
Contents?: true
Size: 239 Bytes
Versions: 8
Compression:
Stored size: 239 Bytes
Contents
class IsParanoidToPaperTrail < ActiveRecord::Migration[4.2] def up [Account, Campaign, Contact, Lead, Opportunity, Task].each do |klass| klass.where('deleted_at IS NOT NULL').each(&:destroy) end end def down end end
Version data entries
8 entries across 8 versions & 1 rubygems