test/dummy/db/schema.rb in extface-0.5.6 vs test/dummy/db/schema.rb in extface-0.5.7
- old
+ new
@@ -9,20 +9,21 @@
# 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: 20140303123022) do
+ActiveRecord::Schema.define(version: 20160828052036) do
create_table "extface_devices", force: true do |t|
t.string "uuid"
t.string "name"
t.integer "extfaceable_id"
t.string "extfaceable_type"
t.integer "driver_id"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "encoding"
end
create_table "extface_drivers", force: true do |t|
t.string "type"
t.text "settings"
@@ -37,9 +38,10 @@
t.string "description"
t.string "error"
t.datetime "failed_at"
t.datetime "completed_at"
t.datetime "connected_at"
+ t.datetime "started_at"
end
add_index "extface_jobs", ["device_id"], name: "index_extface_jobs_on_device_id"
create_table "extface_serial_configs", force: true do |t|