(1.0ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "tasks_taskables_image_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "created_at" datetime, "updated_at" datetime, "description" text, "image" varchar(255))  (0.9ms) CREATE TABLE "tasks_taskables_image_responses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "request_id" integer, "author_id" integer, "author_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.5ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "tasks_taskable_image_responses_author" ON "tasks_taskables_image_responses" ("author_id", "author_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='tasks_taskable_image_responses_author' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tasks_taskable_image_responses_author' AND type='index'  (0.9ms) CREATE INDEX "index_tasks_taskables_image_responses_on_request_id" ON "tasks_taskables_image_responses" ("request_id")  (0.8ms) CREATE TABLE "tasks_taskables_question_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "author_id" integer, "author_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "tasks_taskable_question_answers_author" ON "tasks_taskables_question_answers" ("author_id", "author_type")  (0.9ms) CREATE TABLE "tasks_taskables_question_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "question_id" integer, "created_at" datetime, "updated_at" datetime, "correct" boolean DEFAULT 'f')  (0.8ms) CREATE INDEX "index_tasks_taskables_question_options_on_question_id" ON "tasks_taskables_question_options" ("question_id")  (0.8ms) CREATE TABLE "tasks_taskables_question_votes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "answer_id" integer, "option_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_tasks_taskables_question_votes_on_answer_id" ON "tasks_taskables_question_votes" ("answer_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_tasks_taskables_question_votes_on_answer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_tasks_taskables_question_votes_on_answer_id' AND type='index'  (0.8ms) CREATE INDEX "index_tasks_taskables_question_votes_on_option_id" ON "tasks_taskables_question_votes" ("option_id")  (0.9ms) CREATE TABLE "tasks_taskables_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "created_at" datetime, "updated_at" datetime, "description" text, "multiple" boolean, "show_statistics" boolean DEFAULT 't', "image" varchar(255))  (0.8ms) CREATE TABLE "tasks_taskables_text_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "description" text, "created_at" datetime, "updated_at" datetime, "image" varchar(255))   (0.9ms) CREATE TABLE "tasks_taskables_text_responses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "request_id" integer, "author_id" integer, "author_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "tasks_taskable_text_responses_author" ON "tasks_taskables_text_responses" ("author_id", "author_type")  (0.7ms) CREATE TABLE "tasks_taskables_url_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" text, "description" text, "created_at" datetime, "updated_at" datetime, "image" varchar(255))  (0.8ms) CREATE TABLE "tasks_taskables_url_responses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url" text, "request_id" integer, "author_id" integer, "author_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "tasks_taskable_url_responses_author" ON "tasks_taskables_url_responses" ("author_id", "author_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tasks_taskable_url_responses_author' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tasks_taskable_url_responses_author' AND type='index'   (0.7ms) CREATE INDEX "index_tasks_taskables_url_responses_on_request_id" ON "tasks_taskables_url_responses" ("request_id")  (0.9ms) CREATE TABLE "tasks_taskables_verification_confirmations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "verification_id" integer, "author_id" integer, "author_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "tasks_taskable_verification_confirmation_author" ON "tasks_taskables_verification_confirmations" ("author_id", "author_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tasks_taskable_verification_confirmation_author' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tasks_taskable_verification_confirmation_author' AND type='index'   (0.8ms) CREATE INDEX "tasks_taskable_verification_confirmation_verification" ON "tasks_taskables_verification_confirmations" ("verification_id")  (0.8ms) CREATE TABLE "tasks_taskables_verifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "verifiable_id" integer, "verifiable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE UNIQUE INDEX "index_tasks_taskable_verifications_verifiable" ON "tasks_taskables_verifications" ("verifiable_id", "verifiable_type")  (0.7ms) CREATE TABLE "tasks_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "taskable_id" integer, "taskable_type" varchar(255), "created_at" datetime, "updated_at" datetime, "obligatory" boolean DEFAULT 'f' NOT NULL)   (0.8ms) CREATE INDEX "index_tasks_tasks_on_taskable_id_and_taskable_type" ON "tasks_tasks" ("taskable_id", "taskable_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)   (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 ('20140604075046')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140315162017')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140315185502')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140315151838')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140315152116')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140315153512')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140316203422')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140316203812')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140316204119')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140316221703')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140320123047')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402132837')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140402135306')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140403090537')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140404113158')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140404130151')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140512072931')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140512074135')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140512120632')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140512121254')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140512131526')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140514082129')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140514082143')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140520122938')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140521134515')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140523091152')