test/dummy/log/test.log in arcadex-1.1.3 vs test/dummy/log/test.log in arcadex-1.2.0

- old
+ new

@@ -18,5 +18,40 @@  (0.1ms) begin transaction  (0.8ms) CREATE UNIQUE INDEX "index_arcadex_tokens_on_auth_token" ON "arcadex_tokens" ("auth_token") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806202340"]]  (99.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddFirstIpAddressToArcadexTokens (20140910215044) +  (0.1ms) begin transaction +  (0.7ms) ALTER TABLE "arcadex_tokens" ADD "first_ip_address" varchar(255) + SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215044"]] +  (140.5ms) commit transaction +Migrating to AddCurrentIpAddressToArcadexTokens (20140910215118) +  (0.1ms) begin transaction +  (0.6ms) ALTER TABLE "arcadex_tokens" ADD "current_ip_address" varchar(255) + SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215118"]] +  (141.4ms) commit transaction +Migrating to AddTimesUsedToArcadexTokens (20140910215136) +  (0.2ms) begin transaction +  (2.4ms) ALTER TABLE "arcadex_tokens" ADD "times_used" integer + SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215136"]] +  (124.5ms) commit transaction +Migrating to AddExpirationMinutesToArcadexTokens (20140910215147) +  (0.2ms) begin transaction +  (1.5ms) ALTER TABLE "arcadex_tokens" ADD "expiration_minutes" integer + SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215147"]] +  (125.1ms) commit transaction +Migrating to AddMaxUsesToArcadexTokens (20141020173616) +  (0.1ms) begin transaction +  (0.7ms) ALTER TABLE "arcadex_tokens" ADD "max_uses" integer + SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141020173616"]] +  (140.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_arcadex_tokens_on_auth_token' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_arcadex_tokens_on_auth_token' AND type='index' +