test/dummy_without_community/log/development.log in inkwell-1.0.4 vs test/dummy_without_community/log/development.log in inkwell-1.0.5

- old
+ new

@@ -889,5 +889,199 @@  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130120124014')  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202111750') 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 +  (0.1ms) select sqlite_version(*) +  (28.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (3.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" +Migrating to CreatePosts (20121202111750) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121202111750') +  (6.2ms) commit transaction +Migrating to CreateUsers (20121202112556) +  (0.0ms) begin transaction +  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "nick" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121202112556') +  (4.0ms) commit transaction +Migrating to CreateInkwellTimelineItems (20130208134343) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" varchar(255), "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134343') +  (6.6ms) commit transaction +Migrating to AddColumnsToPosts (20130208134344) +  (0.0ms) begin transaction +  (0.2ms) ALTER TABLE "posts" ADD "users_ids_who_favorite_it" text DEFAULT '[]' +  (0.1ms) ALTER TABLE "posts" ADD "users_ids_who_comment_it" text DEFAULT '[]' +  (0.1ms) ALTER TABLE "posts" ADD "users_ids_who_reblog_it" text DEFAULT '[]' +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134344') +  (3.9ms) commit transaction +Migrating to CreateInkwellBlogItems (20130208134345) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134345') +  (5.4ms) commit transaction +Migrating to CreateInkwellFavoriteItems (20130208134346) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "inkwell_favorite_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134346') +  (4.8ms) commit transaction +Migrating to AddColumnsToUsers (20130208134347) +  (0.0ms) begin transaction +  (0.2ms) ALTER TABLE "users" ADD "followers_ids" text DEFAULT '[]' +  (0.1ms) ALTER TABLE "users" ADD "followings_ids" text DEFAULT '[]' +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134347') +  (3.9ms) commit transaction +Migrating to CreateInkwellComments (20130208134348) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text, "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134348') +  (6.5ms) commit transaction +Migrating to ChangeTablesForCommunities (20130208134349) +  (0.0ms) begin transaction +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text, "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.1ms) SELECT * FROM "inkwell_comments" +  (0.3ms) DROP TABLE "inkwell_comments" +  (0.1ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.0ms) SELECT * FROM "inkwell_comments" +  (0.1ms) DROP TABLE "inkwell_comments" +  (0.1ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.1ms) SELECT * FROM "inkwell_comments" +  (0.1ms) DROP TABLE "inkwell_comments" +  (0.1ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text DEFAULT '[]', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.8ms) SELECT * FROM "inkwell_blog_items" +  (0.1ms) DROP TABLE "inkwell_blog_items" +  (0.1ms) CREATE TABLE "inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT * FROM "altered_inkwell_blog_items" +  (0.1ms) DROP TABLE "altered_inkwell_blog_items" +  (0.1ms) ALTER TABLE "inkwell_blog_items" ADD "owner_id" integer +  (0.1ms) ALTER TABLE "inkwell_blog_items" ADD "is_owner_user" boolean +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" varchar(255), "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.0ms) SELECT * FROM "inkwell_timeline_items" +  (0.1ms) DROP TABLE "inkwell_timeline_items" +  (0.1ms) CREATE TABLE "inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" text DEFAULT '[]', "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) SELECT * FROM "altered_inkwell_timeline_items" +  (0.1ms) DROP TABLE "altered_inkwell_timeline_items" +  (0.1ms) rollback transaction +Connecting to database specified by database.yml +  (0.1ms) select sqlite_version(*) +  (18.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (3.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" +Migrating to CreatePosts (20121202111750) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121202111750') +  (4.9ms) commit transaction +Migrating to CreateUsers (20121202112556) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "nick" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121202112556') +  (4.5ms) commit transaction +Migrating to CreateInkwellTimelineItems (20130208134743) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" varchar(255), "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134743') +  (6.1ms) commit transaction +Migrating to AddColumnsToPosts (20130208134744) +  (0.0ms) begin transaction +  (0.3ms) ALTER TABLE "posts" ADD "users_ids_who_favorite_it" text DEFAULT '[]' +  (0.1ms) ALTER TABLE "posts" ADD "users_ids_who_comment_it" text DEFAULT '[]' +  (0.1ms) ALTER TABLE "posts" ADD "users_ids_who_reblog_it" text DEFAULT '[]' +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134744') +  (5.5ms) commit transaction +Migrating to CreateInkwellBlogItems (20130208134745) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134745') +  (5.3ms) commit transaction +Migrating to CreateInkwellFavoriteItems (20130208134746) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "inkwell_favorite_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134746') +  (4.8ms) commit transaction +Migrating to AddColumnsToUsers (20130208134747) +  (0.0ms) begin transaction +  (0.2ms) ALTER TABLE "users" ADD "followers_ids" text DEFAULT '[]' +  (0.1ms) ALTER TABLE "users" ADD "followings_ids" text DEFAULT '[]' +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134747') +  (3.8ms) commit transaction +Migrating to CreateInkwellComments (20130208134748) +  (0.0ms) begin transaction +  (0.2ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text, "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134748') +  (5.4ms) commit transaction +Migrating to ChangeTablesForCommunities (20130208134749) +  (0.0ms) begin transaction +  (0.2ms) CREATE TEMPORARY TABLE "altered_inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text, "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.1ms) SELECT * FROM "inkwell_comments" +  (0.2ms) DROP TABLE "inkwell_comments" +  (0.1ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text, "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.0ms) SELECT * FROM "inkwell_comments" +  (0.1ms) DROP TABLE "inkwell_comments" +  (0.1ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.0ms) SELECT * FROM "inkwell_comments" +  (0.1ms) DROP TABLE "inkwell_comments" +  (0.1ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text DEFAULT '[]', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) CREATE TEMPORARY TABLE "altered_inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.0ms) SELECT * FROM "inkwell_blog_items" +  (0.1ms) DROP TABLE "inkwell_blog_items" +  (0.1ms) CREATE TABLE "inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT * FROM "altered_inkwell_blog_items" +  (0.1ms) DROP TABLE "altered_inkwell_blog_items" +  (0.1ms) ALTER TABLE "inkwell_blog_items" ADD "owner_id" integer +  (0.1ms) ALTER TABLE "inkwell_blog_items" ADD "is_owner_user" boolean +  (0.0ms) CREATE TEMPORARY TABLE "altered_inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" varchar(255), "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.0ms) SELECT * FROM "inkwell_timeline_items" +  (0.1ms) DROP TABLE "inkwell_timeline_items" +  (0.1ms) CREATE TABLE "inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" text DEFAULT '[]', "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.0ms) SELECT * FROM "altered_inkwell_timeline_items" +  (0.1ms) DROP TABLE "altered_inkwell_timeline_items" +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134749') +  (6.1ms) commit transaction +Migrating to AddCommunityIdsToPost (20130208134750) +  (0.0ms) begin transaction +  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208134750') +  (4.5ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" +Connecting to database specified by database.yml +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +  (0.1ms) select sqlite_version(*) +  (20.0ms) CREATE TABLE "inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "is_reblog" boolean, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "owner_id" integer, "is_owner_user" boolean)  +  (3.4ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_id" integer, "post_id" integer, "upper_comments_tree" text, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text DEFAULT '[]', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.5ms) CREATE TABLE "inkwell_favorite_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (4.1ms) CREATE TABLE "inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "user_id" integer, "from_source" text DEFAULT '[]', "has_many_sources" boolean DEFAULT 'f', "is_comment" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (4.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "users_ids_who_favorite_it" text DEFAULT '[]', "users_ids_who_comment_it" text DEFAULT '[]', "users_ids_who_reblog_it" text DEFAULT '[]')  +  (4.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "nick" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "followers_ids" text DEFAULT '[]', "followings_ids" text DEFAULT '[]') +  (4.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.0ms) SELECT version FROM "schema_migrations" +  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134750') +  (4.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134749') +  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134745') +  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202112556') +  (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134743') +  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134748') +  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134744') +  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134746') +  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202111750') +  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134747')