]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
added missing conversation id to notices
authorBrenda Wallace <shiny@cpan.org>
Wed, 15 Jul 2009 06:48:39 +0000 (18:48 +1200)
committerBrenda Wallace <shiny@cpan.org>
Wed, 15 Jul 2009 06:48:39 +0000 (18:48 +1200)
Conflicts:

db/laconica_pg.sql

db/laconica_pg.sql

index 3683273a3e0e18b2338a17e2b0b50c34a834bba6..dae8b8fafe77b6e21e3d259e834d105a0b07e989 100644 (file)
@@ -120,7 +120,6 @@ create table notice (
     conversation integer /*id of root notice in this conversation' */ references notice (id)\r
 \r
 \r
-\r
 /*    FULLTEXT(content) */\r
 );\r
 create index notice_profile_id_idx on notice using btree(profile_id);\r