Apply migrations to db/schema.rb

This commit is contained in:
Rohan Mitchell
2015-08-07 12:03:43 +10:00
parent 719ddea789
commit 9e1788a6b0

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20150612045544) do
ActiveRecord::Schema.define(:version => 20150730160010) do
create_table "adjustment_metadata", :force => true do |t|
t.integer "adjustment_id"
@@ -563,7 +563,7 @@ ActiveRecord::Schema.define(:version => 20150612045544) do
t.string "currency"
t.decimal "distribution_fee", :precision => 10, :scale => 2
t.string "shipping_method_name"
t.decimal "unit_value", :precision => 8, :scale => 2
t.decimal "final_weight_volume", :precision => 10, :scale => 2
end
add_index "spree_line_items", ["order_id"], :name => "index_line_items_on_order_id"