Sha256: 669855b40540cfbd4f14a6af64ce8e45d660891831c79020aa8c24c102801123

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 KB

Contents

   (1.9ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
   (1.3ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateS3RelayUploads (20141009000804)
   (0.1ms)  BEGIN
   (3.2ms)  CREATE TABLE "s3_relay_uploads" ("id" serial primary key, "uuid" bytea, "user_id" integer, "parent_type" character varying(255), "parent_id" integer, "upload_type" character varying(255), "filename" text, "content_type" character varying(255), "state" character varying(255), "data" json DEFAULT '{}', "pending_at" timestamp, "imported_at" timestamp, "created_at" timestamp, "updated_at" timestamp) 
  SQL (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1)  [["version", "20141009000804"]]
   (0.5ms)  COMMIT
Migrating to CreateProducts (20141021002149)
   (5.9ms)  BEGIN
   (7.5ms)  CREATE TABLE "products" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp) 
  SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES ($1)  [["version", "20141021002149"]]
   (6.2ms)  COMMIT
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
s3_relay-0.4.1 test/dummy/log/development.log
s3_relay-0.4.0 test/dummy/log/development.log