spec/dummy/db/schema.rb in mechanize_store-0.0.17 vs spec/dummy/db/schema.rb in mechanize_store-0.0.18

- 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: 20140717182327) do +ActiveRecord::Schema.define(version: 20140721124512) do create_table "mechanize_store_flags", force: true do |t| t.string "name" t.datetime "created_at" t.datetime "updated_at" @@ -111,9 +111,10 @@ t.float "height" t.integer "product_category_id" t.datetime "created_at" t.datetime "updated_at" t.float "width" + t.string "slug" end add_index "mechanize_store_products", ["product_category_id"], name: "index_mechanize_store_products_on_product_category_id" end