test/dummy_without_community/log/development.log in inkwell-1.1.1 vs test/dummy_without_community/log/development.log in inkwell-1.1.7

- old
+ new

@@ -1194,5 +1194,63 @@  (7.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134744')  (6.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134746')  (6.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202111750')  (5.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134750')  (7.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134747') +Connecting to database specified by database.yml +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +Migrating to CreatePosts (20121202111750) +Migrating to CreateUsers (20121202112556) +Migrating to CreateInkwellTimelineItems (20130208134743) +Migrating to AddColumnsToPosts (20130208134744) +Migrating to CreateInkwellBlogItems (20130208134745) +Migrating to CreateInkwellFavoriteItems (20130208134746) +Migrating to AddColumnsToUsers (20130208134747) +Migrating to CreateInkwellComments (20130208134748) +Migrating to ChangeTablesForCommunities (20130208134749) +Migrating to AddCommunityIdsToPost (20130208134750) +Migrating to ChangeIsCommentToItemType (20130213115833) +Migrating to AddOwnerTypeToLines (20130213115834) +Migrating to RefactorCommentTable (20130213115835) +Migrating to RenameParentIdToParentCommentIdInCommentTable (20130219152805) +  (0.0ms) select sqlite_version(*) +  (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_comment_id" integer, "topmost_obj_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, "topmost_obj_type" varchar(255)) +  (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_comment_id" integer, "topmost_obj_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, "topmost_obj_type" varchar(255))  +  (0.0ms) SELECT * FROM "altered_inkwell_comments" +  (0.1ms) DROP TABLE "altered_inkwell_comments" +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130219152805') +  (279.3ms) commit transaction +Migrating to ChangeCommunityTableForAddingTypesAndUserAccess (20130219152806) +  (0.1ms) begin transaction +  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130219152806') +  (4.1ms) 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(*) +  (21.6ms) CREATE TABLE "inkwell_blog_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "is_reblog" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "owner_id" integer, "item_type" varchar(255), "owner_type" varchar(255))  +  (3.5ms) CREATE TABLE "inkwell_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "body" text, "parent_comment_id" integer, "topmost_obj_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, "topmost_obj_type" varchar(255)) +  (4.7ms) CREATE TABLE "inkwell_favorite_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "owner_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "item_type" varchar(255), "owner_type" varchar(255))  +  (4.3ms) CREATE TABLE "inkwell_timeline_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "owner_id" integer, "from_source" text DEFAULT '[]', "has_many_sources" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "item_type" varchar(255), "owner_type" varchar(255)) +  (4.1ms) 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 '[]')  +  (3.6ms) 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 '[]') +  (3.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.0ms) SELECT version FROM "schema_migrations" +  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130219152806') +  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130219152805') +  (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134749') +  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130213115835') +  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134745') +  (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202112556') +  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134743') +  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134748') +  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130213115834') +  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130213115833') +  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134744') +  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134746') +  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202111750') +  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134750') +  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134747')