Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
topical / spec / dummy / log / development.log
Size: Mime:
   (1.5ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
   (0.1ms)  select sqlite_version(*)
   (0.8ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateTopicalTags (20150415211202)
   (0.1ms)  begin transaction
   (0.4ms)  CREATE TABLE "topical_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "slug" varchar, "context" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  CREATE  INDEX "index_topical_tags_on_slug" ON "topical_tags" ("slug")
   (0.2ms)  CREATE TABLE "topical_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taggable_id" integer, "taggable_type" varchar, "tag_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  CREATE  INDEX "index_topical_taggings_on_taggable_type_and_taggable_id" ON "topical_taggings" ("taggable_type", "taggable_id")
   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_taggings_on_taggable_type_and_taggable_id' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_taggings_on_taggable_type_and_taggable_id' AND type='index'

   (0.1ms)  CREATE  INDEX "index_topical_taggings_on_tag_id" ON "topical_taggings" ("tag_id")
  SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20150415211202"]]
   (0.7ms)  commit transaction
Migrating to CreateTaggables (20150416164715)
   (0.1ms)  begin transaction
   (0.3ms)  CREATE TABLE "taggable_examples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
  SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20150416164715"]]
   (0.7ms)  commit transaction
  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT "schema_migrations".* FROM "schema_migrations"
   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_taggings_on_tag_id' AND type='index'

   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_taggings_on_taggable_type_and_taggable_id' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_taggings_on_taggable_type_and_taggable_id' AND type='index'

   (0.1ms)              SELECT sql
            FROM sqlite_master
            WHERE name='index_topical_tags_on_slug' AND type='index'
            UNION ALL
            SELECT sql
            FROM sqlite_temp_master
            WHERE name='index_topical_tags_on_slug' AND type='index'