From: Brenda Wallace Date: Wed, 15 Jul 2009 06:48:39 +0000 (+1200) Subject: added missing conversation id to notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5fa0ac1d1b6b3e4ecd0f39fe086702cf19eccdf;p=quix0rs-gnu-social.git added missing conversation id to notices Conflicts: db/laconica_pg.sql --- diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql index 3683273a3e..dae8b8fafe 100644 --- a/db/laconica_pg.sql +++ b/db/laconica_pg.sql @@ -120,7 +120,6 @@ create table notice ( conversation integer /*id of root notice in this conversation' */ references notice (id) - /* FULLTEXT(content) */ ); create index notice_profile_id_idx on notice using btree(profile_id);