Sha256: 1cfb017b1da45ee8bf9061e7aae35204aa4b9eb26d553827f64579dc43d6fa44

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

   (65.2ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.0ms)  select sqlite_version(*)
   (81.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.0ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateUsers (20170825193344)
   (0.5ms)  begin transaction
   (3.5ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL) 
  SQL (0.0ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170825193344"]]
   (64.7ms)  commit transaction
Migrating to CreatePosts (20170825193355)
   (0.5ms)  begin transaction
   (2.5ms)  CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer) 
  SQL (0.5ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170825193355"]]
   (58.0ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.5ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
btspm-0.0.3 spec/dummy/log/development.log
btspm-0.0.2 spec/dummy/log/development.log
btspm-0.0.1 spec/dummy/log/development.log