Sha256: 669855b40540cfbd4f14a6af64ce8e45d660891831c79020aa8c24c102801123
Contents?: true
Size: 1.49 KB
Versions: 2
Compression:
Stored size: 1.49 KB
Contents
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateS3RelayUploads (20141009000804) [1m[35m (0.1ms)[0m BEGIN [1m[36m (3.2ms)[0m [1mCREATE 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) [0m [1m[35mSQL (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141009000804"]] [1m[36m (0.5ms)[0m [1mCOMMIT[0m Migrating to CreateProducts (20141021002149) [1m[35m (5.9ms)[0m BEGIN [1m[36m (7.5ms)[0m [1mCREATE TABLE "products" ("id" serial primary key, "name" character varying(255), "created_at" timestamp, "updated_at" timestamp) [0m [1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20141021002149"]] [1m[36m (6.2ms)[0m [1mCOMMIT[0m [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m 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 |