Sha256: 1fc96a4f631b4d5bb46604933a68c35843fd149d3c8fe9d558a68e4a75c131bf

Contents?: true

Size: 235 Bytes

Versions: 7

Compression:

Stored size: 235 Bytes

Contents

# This migration comes from spree (originally 20100813185745)
class PaymentTotalForOrders < ActiveRecord::Migration
  def change
    add_column :orders, :payment_total, :decimal, :precision => 8, :scale => 2, :default => 0.0
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
spree_mercado_pago_payment_method-0.0.2 spec/dummy/db/migrate/20121121030191_payment_total_for_orders.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030191_payment_total_for_orders.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030191_payment_total_for_orders.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154410_payment_total_for_orders.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151203_payment_total_for_orders.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192771_payment_total_for_orders.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081502_payment_total_for_orders.spree.rb