spec/dummy/db/schema.rb in mechanize_store-0.0.16 vs spec/dummy/db/schema.rb in mechanize_store-0.0.17
- old
+ new
@@ -9,11 +9,11 @@
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140606130912) do
+ActiveRecord::Schema.define(version: 20140717182327) do
create_table "mechanize_store_flags", force: true do |t|
t.string "name"
t.datetime "created_at"
t.datetime "updated_at"
@@ -36,9 +36,11 @@
t.float "price"
t.integer "order_id"
t.integer "product_id"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "color"
+ t.string "size"
end
add_index "mechanize_store_order_items", ["order_id"], name: "index_mechanize_store_order_items_on_order_id"
add_index "mechanize_store_order_items", ["product_id"], name: "index_mechanize_store_order_items_on_product_id"