test/dummy_without_community/log/development.log in inkwell-1.4.1 vs test/dummy_without_community/log/development.log in inkwell-1.5.1

- old
+ new

@@ -1330,5 +1330,63 @@  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134746')  (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202111750')  (3.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130313083915')  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134750')  (3.9ms) 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) +Migrating to ChangeCommunityTableForAddingTypesAndUserAccess (20130219152806) +Migrating to RefactorFollowingsRelation (20130313083915) +Migrating to RefactorUserCommunityRelation (20130313083916) +Migrating to RefactorInvitesBansMutes (20130313083917) +Migrating to ChangeTablesForCategories (20130331123647) +  (0.0ms) select sqlite_version(*) +  (0.0ms) begin transaction +  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130331123647') +  (63.2ms) 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.2ms) select sqlite_version(*) +  (23.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))  +  (5.8ms) 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)) +  (5.8ms) 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))  +  (3.1ms) CREATE TABLE "inkwell_followings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (8.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.0ms) 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.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "nick" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "follower_count" integer DEFAULT 0, "following_count" integer DEFAULT 0)  +  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (3.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (5.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130331123647') +  (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130219152805') +  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134749') +  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130213115835') +  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134745') +  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130313083916') +  (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202112556') +  (6.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134743') +  (4.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134748') +  (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130213115834') +  (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130213115833') +  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134744') +  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130219152806') +  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134746') +  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20121202111750') +  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130313083915') +  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134750') +  (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130313083917') +  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208134747')