(89.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.2ms) select sqlite_version(*)  (89.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateExtfaceDevices (20140215192111)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driveable_id" integer, "driveable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_extface_devices_on_driveable_id_and_driveable_type" ON "extface_devices" ("driveable_id", "driveable_type") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140215192111"]]  (93.9ms) commit transaction Migrating to CreateExtfaceSerialConfigs (20140216110608)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "s_configureable_id" integer, "s_configureable_type" varchar(255), "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110608"]]  (84.6ms) commit transaction Migrating to CreateExtfaceJobs (20140219091811)  (0.2ms) begin transaction  (0.4ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219091811"]]  (86.2ms) commit transaction Migrating to AddJobInfoToExtfaceJobs (20140219175006)  (0.2ms) begin transaction  (0.3ms) ALTER TABLE "extface_jobs" ADD "description" varchar(255)  (0.2ms) ALTER TABLE "extface_jobs" ADD "error" varchar(255)  (0.2ms) ALTER TABLE "extface_jobs" ADD "failed_at" datetime  (0.2ms) ALTER TABLE "extface_jobs" ADD "completed_at" datetime  (0.1ms) ALTER TABLE "extface_jobs" ADD "connected_at" datetime SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219175006"]]  (69.9ms) commit transaction Migrating to CreateShops (20140221203517)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140221203517"]]  (103.8ms) commit transaction Migrating to CreateExtfaceDrivers (20140303112124)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "extface_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "settings" text, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303112124"]]  (109.8ms) commit transaction Migrating to ChangeDriverPolymorphicToBelongsToExtfaceDevices (20140303122506)  (0.3ms) begin transaction  (0.5ms) SELECT sql FROM sqlite_master WHERE name='index_extface_devices_on_driveable_id_and_driveable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_extface_devices_on_driveable_id_and_driveable_type' AND type='index'  (0.5ms) DROP INDEX "index_extface_devices_on_driveable_id_and_driveable_type"  (1.0ms) CREATE TEMPORARY TABLE "aextface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driveable_id" integer, "driveable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.2ms) SELECT * FROM "extface_devices"  (0.6ms) DROP TABLE "extface_devices"  (0.7ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driveable_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) SELECT * FROM "aextface_devices"  (0.5ms) DROP TABLE "aextface_devices"  (0.2ms) CREATE TEMPORARY TABLE "aextface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) SELECT * FROM "extface_devices"  (0.2ms) DROP TABLE "extface_devices"  (0.2ms) CREATE TABLE "extface_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uuid" varchar(255), "name" varchar(255), "extfaceable_id" integer, "extfaceable_type" varchar(255), "driver_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) SELECT * FROM "aextface_devices"  (0.2ms) DROP TABLE "aextface_devices" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303122506"]]  (83.2ms) commit transaction Migrating to ChangePolymorphicToHasOneToExtfaceSerialConfigs (20140303123022)  (0.1ms) begin transaction  (0.3ms) CREATE TEMPORARY TABLE "aextface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "s_configureable_id" integer, "s_configureable_type" varchar(255), "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) SELECT * FROM "extface_serial_configs"  (0.3ms) DROP TABLE "extface_serial_configs"  (0.3ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "s_configureable_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) SELECT * FROM "aextface_serial_configs"  (0.1ms) DROP TABLE "aextface_serial_configs"  (0.2ms) CREATE TEMPORARY TABLE "aextface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) SELECT * FROM "extface_serial_configs"  (0.3ms) DROP TABLE "extface_serial_configs"  (0.2ms) CREATE TABLE "extface_serial_configs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "driver_id" integer, "serial_boud_rate" integer, "serial_data_length" integer, "serial_parity_check" integer, "serial_stop_bits" integer, "serial_handshake" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) SELECT * FROM "aextface_serial_configs"  (0.1ms) DROP TABLE "aextface_serial_configs" SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303123022"]]  (77.5ms) commit transaction Migrating to AddStartedAtToExtfaceJob (20160103154233)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "extface_jobs" ADD "started_at" datetime SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160103154233"]]  (59.2ms) commit transaction Migrating to AddEncodingToExtfaceDevice (20160828052036)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "extface_devices" ADD "encoding" varchar(255) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160828052036"]]  (56.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_extface_jobs_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_extface_jobs_on_device_id' AND type='index'