(1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) 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"  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGamificationTasks (20140309173049)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140309173049"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_tasks_on_taskable_id_and_taskable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_tasks_on_taskable_id_and_taskable_type' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGamificationScorings (20140309175957)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateGamificationScorings (20140309175957)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_task_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_task_id' AND type='index'  (0.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140309175957"]]  (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_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_task_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_task_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_tasks_on_taskable_id_and_taskable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_tasks_on_taskable_id_and_taskable_type' AND type='index'   (2.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.1ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (1.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (2.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.1ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.1ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.1ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (1.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.6ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.6ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (1.2ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (1.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.2ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.1ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.1ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (1.2ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.4ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.6ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.3ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.2ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.5ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (1.0ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (1.1ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (2.6ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'  (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20140309200402)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140309200402"]]  (2.1ms) commit transaction Migrating to CreateArticles (20140309200453)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140309200453"]]  (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_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_task_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_task_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_tasks_on_taskable_id_and_taskable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_tasks_on_taskable_id_and_taskable_type' AND type='index'   (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (1.0ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.9ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (3.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957') User Load (0.9ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'foo' LIMIT 1 SQLite3::SQLException: no such column: users.name: SELECT "users".* FROM "users" WHERE "users"."name" = 'foo' LIMIT 1  (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (9.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.3ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957') Gamification::Task Load (1.3ms) SELECT "gamification_tasks".* FROM "gamification_tasks" Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" Gamification::Task Load (0.3ms) SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (scorable.subject_id) SQLite3::SQLException: no such column: scorable.subject_id: SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (scorable.subject_id) Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (scorable.subjectable_id) SQLite3::SQLException: no such column: scorable.subjectable_id: SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (scorable.subjectable_id) Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (scorings.subjectable_id) SQLite3::SQLException: no such column: scorings.subjectable_id: SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (scorings.subjectable_id) Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (gamification_scorings.subjectable_id) SQLite3::SQLException: no such column: gamification_scorings.subjectable_id: SELECT "gamification_tasks".* FROM "gamification_tasks" WHERE (gamification_scorings.subjectable_id) Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" Gamification::Task Load (0.1ms) SELECT "gamification_tasks".* FROM "gamification_tasks" INNER JOIN "gamification_scorings" ON "gamification_scorings"."task_id" = "gamification_tasks"."id" Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" LEFT OUTER JOIN scorings SQLite3::SQLException: no such table: scorings: SELECT "gamification_tasks".* FROM "gamification_tasks" LEFT OUTER JOIN scorings Gamification::Task Load (0.2ms) SELECT "gamification_tasks".* FROM "gamification_tasks" LEFT OUTER JOIN gamification_scorings  (1.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (1.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (3.1ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (1.0ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.6ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.9ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.7ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.3ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.8ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.1ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.9ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.8ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')  (2.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "gamification_scorings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "subjectable_id" integer, "subjectable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_gamification_scorings_on_subjectable" ON "gamification_scorings" ("subjectable_id", "subjectable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_gamification_scorings_on_subjectable' AND type='index'   (0.7ms) CREATE INDEX "index_gamification_scorings_on_task_id" ON "gamification_scorings" ("task_id")  (0.7ms) CREATE TABLE "gamification_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "points" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_gamification_tasks_on_taskable_id_and_taskable_type" ON "gamification_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200453')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309200402')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309173049')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140309175957')