spec/dummy/db/schema.rb in mechanize_store-0.0.4 vs spec/dummy/db/schema.rb in mechanize_store-0.0.5

- 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: 20140424193648) do +ActiveRecord::Schema.define(version: 20140508135840) do create_table "mechanize_store_flags", force: true do |t| t.string "name" t.datetime "created_at" t.datetime "updated_at" @@ -112,10 +112,10 @@ t.string "name" t.text "description" t.string "short_description" t.float "price" t.float "weight" - t.float "lenght" + t.float "length" t.float "height" t.integer "product_category_id" t.datetime "created_at" t.datetime "updated_at" t.float "width"