spec/dummy/db/schema.rb in mechanize_store-0.0.12 vs spec/dummy/db/schema.rb in mechanize_store-0.0.13
- 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: 20140602124615) do
+ActiveRecord::Schema.define(version: 20140605213358) do
create_table "mechanize_store_flags", force: true do |t|
t.string "name"
t.datetime "created_at"
t.datetime "updated_at"
@@ -74,9 +74,10 @@
create_table "mechanize_store_product_categories", force: true do |t|
t.string "name"
t.integer "product_category_id"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "slug"
end
create_table "mechanize_store_product_photos", force: true do |t|
t.string "file_file_name"
t.string "file_content_type"