summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-06-25 21:59:33 +1200
committerBrenda Wallace <shiny@cpan.org>2009-07-15 18:47:08 +1200
commit6b710092061d885a358dc07c8153324e36677965 (patch)
tree316ff70f6c800d0296cdf94cf3f43610f6e1d30a /db
parent4f9c3b50e7103498f06f7c9b0a232bcda5bf17b8 (diff)
removed semicolons from comments
(mucks up logic in install.php) and fixed stray commas that stopped it parsing as valid SQL
Diffstat (limited to 'db')
-rw-r--r--db/laconica_pg.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql
index dae8b8faf..3683273a3 100644
--- a/db/laconica_pg.sql
+++ b/db/laconica_pg.sql
@@ -120,6 +120,7 @@ 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);