summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-07-15 18:48:39 +1200
committerBrenda Wallace <shiny@cpan.org>2009-07-15 18:48:39 +1200
commitb5fa0ac1d1b6b3e4ecd0f39fe086702cf19eccdf (patch)
treedb6b743042dcc0ff9ce4237c3c29b2484bfa4d5b /db
parent6b710092061d885a358dc07c8153324e36677965 (diff)
added missing conversation id to notices
Conflicts: db/laconica_pg.sql
Diffstat (limited to 'db')
-rw-r--r--db/laconica_pg.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql
index 3683273a3..dae8b8faf 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);