test/dummy/log/development.log in arcadex-1.0.4 vs test/dummy/log/development.log in arcadex-1.1.0

- old
+ new

@@ -12,5 +12,35 @@  (0.1ms) begin transaction  (0.5ms) CREATE UNIQUE INDEX "index_arcadex_tokens_on_auth_token" ON "arcadex_tokens" ("auth_token") SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806202340"]]  (100.2ms) 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.6ms) ALTER TABLE "arcadex_tokens" ADD "first_ip_address" varchar(255) + SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215044"]] +  (226.8ms) commit transaction +Migrating to AddCurrentIpAddressToArcadexTokens (20140910215118) +  (0.1ms) begin transaction +  (1.7ms) ALTER TABLE "arcadex_tokens" ADD "current_ip_address" varchar(255) + SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215118"]] +  (146.8ms) commit transaction +Migrating to AddTimesUsedToArcadexTokens (20140910215136) +  (0.1ms) begin transaction +  (0.6ms) ALTER TABLE "arcadex_tokens" ADD "times_used" integer + SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215136"]] +  (141.6ms) commit transaction +Migrating to AddExpirationMinutesToArcadexTokens (20140910215147) +  (0.2ms) begin transaction +  (1.5ms) ALTER TABLE "arcadex_tokens" ADD "expiration_minutes" integer + SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140910215147"]] +  (169.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.3ms) 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' +