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

- old
+ new

@@ -42,5 +42,20 @@ UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_arcadex_tokens_on_auth_token' AND type='index'  + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to AddMaxUsesToArcadexTokens (20141020173616) +  (0.1ms) begin transaction +  (18.7ms) ALTER TABLE "arcadex_tokens" ADD "max_uses" integer + SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141020173616"]] +  (121.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' +