Sha256: 13611276764622280e2f1703667b7b34116c7c96eafe1072e37a6390601acbe2

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

   (1.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.1ms)  select sqlite_version(*)
   (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 CreateTodoRailsTasks (20150729111534)
   (0.1ms)  begin transaction
   (0.8ms)  CREATE TABLE "todo_rails_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "completed" boolean, "row_order" integer, "priority" integer, "comment" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
  SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20150729111534"]]
   (1.0ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
todo_rails-0.1.5 test/dummy/log/development.log
todo_rails-0.1.4 test/dummy/log/development.log
todo_rails-0.1.3 test/dummy/log/development.log
todo_rails-0.1.2 test/dummy/log/development.log
todo_rails-0.1.1 test/dummy/log/development.log
todo_rails-0.1.0 test/dummy/log/development.log