Sha256: ad006b8bb95f042ff268d56babf7eb6e0a4ee677bffb311f92d76a1977aa1937

Contents?: true

Size: 1.53 KB

Versions: 3

Compression:

Stored size: 1.53 KB

Contents

   (124.9ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (120.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.6ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateArcadexTokens (20140806194834)
   (0.2ms)  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 (1.0ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20140806194834"]]
   (114.5ms)  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.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"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arcadex-1.0.4 test/dummy/log/development.log
arcadex-1.0.3 test/dummy/log/development.log
arcadex-1.0.1 test/dummy/log/development.log