summaryrefslogtreecommitdiff
path: root/db/laconica_pg.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/laconica_pg.sql')
-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);