spec/dummy/db/schema.rb in ddr-models-1.2.0 vs spec/dummy/db/schema.rb in ddr-models-1.2.1

- old
+ new

@@ -9,10 +9,10 @@ # 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: 20141104181418) do +ActiveRecord::Schema.define(version: 20141107124012) do create_table "events", force: true do |t| t.datetime "event_date_time" t.integer "user_id" t.string "type"