(125.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (99.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArcadexTokens (20140806194834)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "arcadex_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "imageable_id" integer, "imageable_type" varchar(255), "auth_token" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806194834"]]  (144.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddIndexToToken (20140806202340)  (0.1ms) begin transaction  (0.2ms) CREATE UNIQUE INDEX "index_arcadex_token_on_auth_token" ON "arcadex_token" ("auth_token") SQLite3::SQLException: no such table: main.arcadex_token: CREATE UNIQUE INDEX "index_arcadex_token_on_auth_token" ON "arcadex_token" ("auth_token")  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddIndexToToken (20140806202340)  (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"