From c64ef39e229730e1cb24c4a4b0372b4cfea77879 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 5 Sep 2014 11:39:43 +1000 Subject: [PATCH] Ran a DB:micrate, this is a change to the order --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index dbb50d6b33..462e89c952 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -563,9 +563,9 @@ ActiveRecord::Schema.define(:version => 20140826043521) do t.string "email" t.text "special_instructions" t.integer "distributor_id" - t.integer "order_cycle_id" t.string "currency" t.string "last_ip_address" + t.integer "order_cycle_id" t.integer "cart_id" end