spec/dummy/db/schema.rb in entangled-0.0.22 vs spec/dummy/db/schema.rb in entangled-0.0.23

- 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: 20150314055847) do +ActiveRecord::Schema.define(version: 20150316034305) do create_table "barfoos", force: :cascade do |t| t.text "body" t.datetime "created_at", null: false t.datetime "updated_at", null: false @@ -45,15 +45,9 @@ t.datetime "updated_at", null: false end create_table "lists", force: :cascade do |t| t.string "name" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "messages", force: :cascade do |t| - t.text "body" t.datetime "created_at", null: false t.datetime "updated_at", null: false end end