Sha256: fddbd6047869b112404a8228e9e0cd779e8bfef5b1546843639974ad91005b86

Contents?: true

Size: 1.42 KB

Versions: 9

Compression:

Stored size: 1.42 KB

Contents

   (1.4ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (1.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateUsers (20140109180823)
   (0.1ms)  begin transaction
   (0.5ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "ident" varchar(255), "created_at" datetime, "updated_at" datetime) 
  SQL (3.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20140109180823"]]
   (1.1ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (1.4ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "ident" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (1.0ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (1.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (1.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20140109180823')

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
has_public_id-1.1.8 test/dummy/log/development.log
has_public_id-1.1.7 test/dummy/log/development.log
has_public_id-1.1.6 test/dummy/log/development.log
has_public_id-1.1.5 test/dummy/log/development.log
has_public_id-1.1.0 test/dummy/log/development.log
public_id-1.0.2 test/dummy/log/development.log
public_id-1.0.1 test/dummy/log/development.log
public_id-1.0.0 test/dummy/log/development.log
public_id-0.5.0 test/dummy/log/development.log