(102.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (74.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateShops (20140221203517)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140221203517"]]  (107.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateExtfaceDevices (20140215192111)  (0.1ms) begin transaction  (0.3ms) 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.1ms) CREATE INDEX "index_extface_devices_on_driveable_id_and_driveable_type" ON "extface_devices" ("driveable_id", "driveable_type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140215192111"]]  (117.0ms) commit transaction Migrating to CreateExtfacePosPrintDrivers (20140216110018)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "extface_pos_print_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110018"]]  (95.8ms) commit transaction Migrating to CreateExtfaceSerialConfigs (20140216110608)  (0.1ms) begin transaction  (0.3ms) 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.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110608"]]  (80.0ms) commit transaction Migrating to CreateExtfaceRawDrivers (20140216131245)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "extface_raw_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216131245"]]  (79.5ms) commit transaction Migrating to CreateExtfaceFiscalPrintDrivers (20140216131457)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_fiscal_print_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216131457"]]  (72.1ms) commit transaction Migrating to CreateExtfacePbxCdrDrivers (20140216134748)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_pbx_cdr_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216134748"]]  (72.1ms) commit transaction Migrating to CreateExtfaceJobs (20140219091811)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_extface_jobs_on_device_id" ON "extface_jobs" ("device_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219091811"]]  (79.8ms) commit transaction Migrating to AddJobInfoToExtfaceJobs (20140219175006)  (0.1ms) begin transaction  (19.5ms) ALTER TABLE "extface_jobs" ADD "description" varchar(255)  (0.3ms) ALTER TABLE "extface_jobs" ADD "error" varchar(255)  (0.2ms) ALTER TABLE "extface_jobs" ADD "failed_at" datetime  (0.3ms) ALTER TABLE "extface_jobs" ADD "completed_at" datetime  (0.3ms) ALTER TABLE "extface_jobs" ADD "connected_at" datetime SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219175006"]]  (91.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (102.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (82.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateShops (20140221203517)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "shops" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140221203517"]]  (79.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateExtfaceDevices (20140215192111)  (0.1ms) begin transaction  (0.3ms) 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.1ms) CREATE INDEX "index_extface_devices_on_driveable_id_and_driveable_type" ON "extface_devices" ("driveable_id", "driveable_type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140215192111"]]  (127.1ms) commit transaction Migrating to CreateExtfacePosPrintDrivers (20140216110018)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_pos_print_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110018"]]  (96.4ms) commit transaction Migrating to CreateExtfaceSerialConfigs (20140216110608)  (0.1ms) begin transaction  (0.3ms) 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.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110608"]]  (96.2ms) commit transaction Migrating to CreateExtfaceRawDrivers (20140216131245)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_raw_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216131245"]]  (95.9ms) commit transaction Migrating to CreateExtfaceFiscalPrintDrivers (20140216131457)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_fiscal_print_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216131457"]]  (88.3ms) commit transaction Migrating to CreateExtfacePbxCdrDrivers (20140216134748)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "extface_pbx_cdr_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216134748"]]  (96.9ms) commit transaction Migrating to CreateExtfaceJobs (20140219091811)  (0.1ms) begin transaction  (0.3ms) 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.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219091811"]]  (87.6ms) commit transaction Migrating to AddJobInfoToExtfaceJobs (20140219175006)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "extface_jobs" ADD "description" varchar(255)  (0.3ms) 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.3ms) ALTER TABLE "extface_jobs" ADD "connected_at" datetime SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219175006"]]  (177.5ms) commit transaction Migrating to CreateExtfaceDrivers (20140303112124)  (0.1ms) begin transaction  (0.3ms) 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"]]  (79.8ms) commit transaction Migrating to DropSeparateDriverTypeTables (20140303113217)  (0.1ms) begin transaction  (0.2ms) DROP TABLE "extface_pos_print_drivers"  (0.2ms) DROP TABLE "extface_raw_drivers"  (0.2ms) DROP TABLE "extface_fiscal_print_drivers"  (0.1ms) DROP TABLE "extface_pbx_cdr_drivers" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303113217"]]  (91.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ChangeDriverPolymorphicToBelongsToExtfaceDevices (20140303122506)  (0.1ms) begin transaction  (0.3ms) DROP INDEX "index_extface_devices_on_driveable_id_and_driveable_type"  (0.3ms) 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.1ms) SELECT * FROM "extface_devices"  (0.2ms) DROP TABLE "extface_devices"  (0.1ms) 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.1ms) SELECT * FROM "aextface_devices"  (0.1ms) DROP TABLE "aextface_devices"  (0.1ms) 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.1ms) DROP TABLE "extface_devices"  (0.1ms) 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.1ms) DROP TABLE "aextface_devices" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303122506"]]  (118.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to ChangePolymorphicToHasOneToExtfaceSerialConfigs (20140303123022)  (0.1ms) begin transaction  (0.4ms) 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.2ms) DROP TABLE "extface_serial_configs"  (0.1ms) 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.1ms) 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.2ms) 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.2ms) DROP TABLE "aextface_serial_configs" SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140303123022"]]  (146.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"