(103.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (74.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) 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.3ms) 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"]]  (75.5ms) commit transaction Migrating to CreateExtfacePosPrintDrivers (20140216110018)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "extface_pos_print_drivers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110018"]]  (78.4ms) commit transaction Migrating to CreateExtfaceSerialConfigs (20140216110608)  (0.1ms) begin transaction  (0.4ms) 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.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140216110608"]]  (79.4ms) 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"]]  (88.3ms) commit transaction Migrating to CreateExtfaceFiscalPrintDrivers (20140216131457)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "extface_fiscal_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", "20140216131457"]]  (94.4ms) 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.0ms) 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"]]  (71.6ms) commit transaction Migrating to AddJobInfoToExtfaceJobs (20140219175006)  (0.1ms) begin transaction  (20.3ms) ALTER TABLE "extface_jobs" ADD "description" varchar(255)  (0.4ms) ALTER TABLE "extface_jobs" ADD "error" varchar(255)  (0.3ms) 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.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140219175006"]]  (98.5ms) 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 CreateShops (20140221203517)  (0.1ms) begin transaction  (0.4ms) 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"]]  (124.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"