]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
removed semicolons from comments
authorBrenda Wallace <shiny@cpan.org>
Thu, 25 Jun 2009 09:59:33 +0000 (21:59 +1200)
committerBrenda Wallace <shiny@cpan.org>
Wed, 15 Jul 2009 06:47:08 +0000 (18:47 +1200)
(mucks up logic in install.php)
and fixed stray commas that stopped it parsing as valid SQL

db/laconica_pg.sql

index dae8b8fafe77b6e21e3d259e834d105a0b07e989..3683273a3e0e18b2338a17e2b0b50c34a834bba6 100644 (file)
@@ -120,6 +120,7 @@ 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