Sha256: a0651537a4d1ec6ea7e0643755dcfea6c2485e1f069b177310221fc64c1a2896

Contents?: true

Size: 130 Bytes

Versions: 7

Compression:

Stored size: 130 Bytes

Contents

class RemoveCreditTotalFromOrders < ActiveRecord::Migration
  def change
    remove_column :spree_orders, :credit_total
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spree_core-1.2.5 db/migrate/20120604203654_remove_credit_total_from_orders.rb
spree_core-1.2.4 db/migrate/20120604203654_remove_credit_total_from_orders.rb
spree_core-1.2.3 db/migrate/20120604203654_remove_credit_total_from_orders.rb
spree_core-1.2.2 db/migrate/20120604203654_remove_credit_total_from_orders.rb
spree_core-1.2.0 db/migrate/20120604203654_remove_credit_total_from_orders.rb
spree_core-1.2.0.rc2 db/migrate/20120604203654_remove_credit_total_from_orders.rb
spree_core-1.2.0.rc1 db/migrate/20120604203654_remove_credit_total_from_orders.rb