test/dummy/db/schema.rb in bootstrap_form-1.0.0 vs test/dummy/db/schema.rb in bootstrap_form-2.0.0

- 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: 20130703191937) do +ActiveRecord::Schema.define(version: 20130912171202) do create_table "addresses", force: true do |t| t.integer "user_id" t.string "street" t.string "city" @@ -29,8 +29,9 @@ t.text "comments" t.string "status" t.string "misc" t.datetime "created_at" t.datetime "updated_at" + t.text "preferences" end end