spec/testapp/log/development.log in change_manager-0.2.0 vs spec/testapp/log/development.log in change_manager-0.3.0

- old
+ new

@@ -5,5 +5,82 @@  (1.5ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20160420192850') +  (1.5ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  +  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160420192850') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.6ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  +  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160420192850') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.9ms) DROP TABLE "change_manager_changes" +  (1.0ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime) +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.9ms) DROP TABLE "change_manager_changes" +  (1.0ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime) +  (0.1ms) SELECT version FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.8ms) DROP TABLE "change_manager_changes" +  (1.1ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime) +  (0.1ms) SELECT version FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.0ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  +  (1.0ms) 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" +  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160420192850') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.0ms) DROP TABLE "change_manager_changes" +  (1.0ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime) +  (0.1ms) SELECT version FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (44.3ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  +  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160420192850') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateChangeManagerChanges (20160420192850) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160420192850"]] +  (1.3ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.2ms) 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" +Migrating to CreateChangeManagerChanges (20160420192850) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160420192850"]] +  (2.4ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateChangeManagerChanges (20160420192850) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160420192850"]] +  (1.2ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.4ms) CREATE TABLE "change_manager_changes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "change_type" varchar(255), "cancelled" boolean, "notified" datetime, "owner" varchar(255), "target" varchar(255), "context" varchar(255), "created_at" datetime, "updated_at" datetime)  +  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160420192850')