Sha256: 1dbeb756a0e3d0cb2bde35e2054fd0659cfdbadc44d554ce41597ba07bbe1c23

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

# -*- encoding : utf-8 -*-

class RemovePerformanceLogCard < Card::CoreMigration
  def up
    if card = Card[:performance_log]
      card.update_attributes! :codename=>nil
      card.delete
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
card-1.16.6 db/migrate_core_cards/20150910085603_remove_performance_log_card.rb
card-1.16.5 db/migrate_core_cards/20150910085603_remove_performance_log_card.rb