spec/dummy/log/development.log in bookingsync-engine-0.1.1 vs spec/dummy/log/development.log in bookingsync-engine-0.1.2

- old
+ new

@@ -1,20 +1,70 @@ -  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateAccounts (20140312093436) +  (0.2ms) begin transaction +  (0.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))  +  (0.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") + SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140312093436"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.4ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))  +  (0.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140312093436') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.2ms) SELECT version FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAccounts (20140522110326) -  (0.0ms) begin transaction +  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  - SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]] -  (0.4ms) commit transaction +SQLite3::SQLException: table "accounts" already exists: CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.1ms) rollback transaction +  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateAccounts (20140522110326) +  (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110326"]] +  (0.9ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddOAuthFieldsToAccounts (20140522110454) -  (0.0ms) begin transaction -  (0.2ms) ALTER TABLE "accounts" ADD "provider" varchar(255) -  (0.1ms) ALTER TABLE "accounts" ADD "uid" integer -  (0.1ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") -  (0.1ms) ALTER TABLE "accounts" ADD "name" varchar(255) -  (0.1ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255) -  (0.1ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255) -  (0.1ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) - SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]] -  (0.4ms) commit transaction - ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.9ms) ALTER TABLE "accounts" ADD "provider" varchar(255) +  (0.3ms) ALTER TABLE "accounts" ADD "uid" integer +  (0.2ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") +  (0.3ms) ALTER TABLE "accounts" ADD "name" varchar(255) +  (0.2ms) ALTER TABLE "accounts" ADD "oauth_access_token" varchar(255) +  (0.3ms) ALTER TABLE "accounts" ADD "oauth_refresh_token" varchar(255) +  (0.3ms) ALTER TABLE "accounts" ADD "oauth_expires_at" varchar(255) + SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522110454"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))  +  (0.9ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") +  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454') +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326') +  (1.5ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar(255), "uid" integer, "name" varchar(255), "oauth_access_token" varchar(255), "oauth_refresh_token" varchar(255), "oauth_expires_at" varchar(255))  +  (0.2ms) select sqlite_version(*) +  (1.0ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") +  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454') +  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326') +  (1.3ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "provider" varchar, "uid" integer, "name" varchar, "oauth_access_token" varchar, "oauth_refresh_token" varchar, "oauth_expires_at" varchar)  +  (0.1ms) select sqlite_version(*) +  (0.8ms) CREATE INDEX "index_accounts_on_uid" ON "accounts" ("uid") +  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110454') +  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140522110326')