spec/dummy/db/schema.rb in ddr-models-1.9.0 vs spec/dummy/db/schema.rb in ddr-models-1.10.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: 20150110023410) do +ActiveRecord::Schema.define(version: 20150130134416) do create_table "events", force: true do |t| t.datetime "event_date_time" t.integer "user_id" t.string "type" @@ -24,9 +24,10 @@ t.datetime "updated_at" t.string "summary" t.string "outcome" t.text "detail" t.string "exception" + t.string "user_key" end add_index "events", ["event_date_time"], name: "index_events_on_event_date_time" add_index "events", ["outcome"], name: "index_events_on_outcome" add_index "events", ["pid"], name: "index_events_on_pid"