Sha256: f3ee0988b8eb337465469b79b3fa40e4035a4e0bfd0499fdc0cec7ef7d559c7a

Contents?: true

Size: 1.7 KB

Versions: 2

Compression:

Stored size: 1.7 KB

Contents

   (1.6ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  select sqlite_version(*)
   (1.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateUsers (20141015200820)
   (0.2ms)  begin transaction
   (0.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime) 
  SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20141015200820"]]
   (1.3ms)  commit transaction
Migrating to SimpleTokenAuthorizationAddAuthenticationTokenToUsers (20141015201105)
   (0.2ms)  begin transaction
   (0.9ms)  ALTER TABLE "users" ADD "authentication_token" varchar(255)
   (2.5ms)  CREATE UNIQUE INDEX "index_users_on_authentication_token" ON "users" ("authentication_token")
  SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20141015201105"]]
   (1.3ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.2ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_users_on_authentication_token' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_users_on_authentication_token' AND type='index'


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_token_auth-0.0.4 test/dummy/log/development.log
simple_token_auth-0.0.3 test/dummy/log/development.log