Sha256: c957554d03fb09d1fcb498e44f3515f9f44e868f1110ce3e2490346199befee6

Contents?: true

Size: 1.93 KB

Versions: 7

Compression:

Stored size: 1.93 KB

Contents

Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (0.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (4.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreatePhotos (20131102002336)
   (0.0ms)  begin transaction
   (0.4ms)  CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image_file_name" varchar(255), "image_content_type" varchar(255), "image_file_size" integer, "image_updated_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20131102002336')
   (0.6ms)  commit transaction
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (1.0ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (1.1ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dynamic_paperclip-1.0.0a.3 test/dummy/log/development.log
dynamic_paperclip-1.0.0a.2 test/dummy/log/development.log
dynamic_paperclip-1.0.0a.1 test/dummy/log/development.log
dynamic_paperclip-0.0.4 test/dummy/log/development.log
dynamic_paperclip-0.0.3 test/dummy/log/development.log
dynamic_paperclip-0.0.2 test/dummy/log/development.log
dynamic_paperclip-0.0.1 test/dummy/log/development.log