Sha256: ab89fa2d67017f57aad2bbf64e33df322cabbd55d51d75345b6bf55c22fcad0b
Contents?: true
Size: 265 Bytes
Versions: 17
Compression:
Stored size: 265 Bytes
Contents
class MigrateAdjustments < ActiveRecord::Migration def up execute "UPDATE spree_adjustments SET amount = 0.0 WHERE amount IS NULL" execute "UPDATE spree_adjustments SET mandatory = #{quoted_true} WHERE locked = #{quoted_true}" end def down end end
Version data entries
17 entries across 17 versions & 1 rubygems