Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to InstallPose (20130308053038)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pose_word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)  (0.1ms) CREATE INDEX "index_pose_assignments_on_pose_word_id" ON "pose_assignments" ("pose_word_id")  (0.1ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.1ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)   (0.1ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308053038')  (0.9ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to InstallPose (20130308053038)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to InstallPose (20130308053038)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pose_word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)  (0.1ms) CREATE INDEX "index_pose_assignments_on_pose_word_id" ON "pose_assignments" ("pose_word_id")  (0.1ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.1ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)   (0.1ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308053038')  (1.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (1.2ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pose_word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)   (0.8ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.9ms) CREATE INDEX "index_pose_assignments_on_pose_word_id" ON "pose_assignments" ("pose_word_id")  (0.9ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (1.6ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (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"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308053038') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to InstallPose (20130308053038) Migrating to CreatePosableOne (20130308054001)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054001')  (0.8ms) commit transaction Migrating to CreatePosableTwo (20130308054142)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054142')  (0.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (0.9ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)   (0.9ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (1.0ms) DROP TABLE "pose_assignments"  (0.9ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pose_word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)  (1.6ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.9ms) CREATE INDEX "index_pose_assignments_on_pose_word_id" ON "pose_assignments" ("pose_word_id")  (0.9ms) DROP TABLE "pose_words"  (0.7ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (0.8ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054142')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to InstallPose (20130308053038)  (0.0ms) begin transaction  (2.0ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)  (0.1ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.1ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.1ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)   (0.1ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308053038')  (1.3ms) commit transaction Migrating to CreatePosableOne (20130308054001)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054001')  (1.0ms) commit transaction Migrating to CreatePosableTwo (20130308054142)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054142')  (0.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)   (0.8ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.9ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)   (0.8ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.9ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.9ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (0.8ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (1.2ms) 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 ('20130308054142')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308053038')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to InstallPose (20130308053038)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)  (0.1ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.1ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.1ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)   (0.1ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308053038')  (1.0ms) commit transaction Migrating to CreatePosableOne (20130308054001)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054001')  (0.7ms) commit transaction Migrating to CreatePosableTwo (20130308054142)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054142')  (0.6ms) commit transaction Migrating to PoseInstall (20130308144915)  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreatePosableOne (20130308054001)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054001')  (0.7ms) commit transaction Migrating to CreatePosableTwo (20130308054142)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054142')  (0.7ms) commit transaction Migrating to PoseInstall (20130308144915)  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreatePosableOne (20130308054001)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054001')  (0.8ms) commit transaction Migrating to CreatePosableTwo (20130308054142)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308054142')  (1.0ms) commit transaction Migrating to PoseInstall (20130308144915)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)  (0.1ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.1ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.1ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)   (0.1ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130308144915')  (0.9ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)   (0.8ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.8ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)   (0.8ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.9ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (1.0ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (0.9ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.7ms) 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 ('20130308144915')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054142') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20130708084009)  (0.2ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130708084009"]]  (5.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)   (0.8ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.8ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)   (0.8ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (1.6ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.9ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (0.8ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (1.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  (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"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130708084009')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054142')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308144915') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)   (1.0ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean)  (0.9ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(40) NOT NULL)   (0.9ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (1.4ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (1.1ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (0.9ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130708084009')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054142')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308144915')  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosableOne (20130308054001)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130308054001"]]  (0.9ms) commit transaction Migrating to CreatePosableTwo (20130308054142)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130308054142"]]  (0.9ms) commit transaction Migrating to CreateUsers (20130708084009)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130708084009"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)   (0.9ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130708084009')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054142') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to PoseInstall (20130308144915)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(60) NOT NULL)   (0.2ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.2ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (0.3ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (0.6ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130308144915"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) CREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)   (0.9ms) CREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)  (1.0ms) CREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(60) NOT NULL)   (0.9ms) CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")  (1.3ms) CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")  (0.9ms) CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL)  (1.0ms) CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130708084009')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054001')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308054142')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130308144915')