Sha256: 4ed4f49dac58ca63b5c9df9c4ee5c1015a4d7d5d5122168aeabc41bb0635f8f7

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

class UpdateLegacyCalculators < ActiveRecord::Migration
  def self.up
    execute "UPDATE calculators SET type = 'Calculator::FlatRate' WHERE type = 'FlatRateShippingCalculator'"
    execute "UPDATE calculators SET type = 'Calculator::FlatRate' WHERE type = 'FlatRateCouponCalculator'"    
  end

  def self.down
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 db/migrate/20090809231957_update_legacy_calculators.rb
spree-0.9.4 db/migrate/20090809231957_update_legacy_calculators.rb
spree-0.9.3 db/migrate/20090809231957_update_legacy_calculators.rb
spree-0.9.2 db/migrate/20090809231957_update_legacy_calculators.rb
spree-0.9.1 db/migrate/20090809231957_update_legacy_calculators.rb
spree-0.9.0 db/migrate/20090809231957_update_legacy_calculators.rb