removed semicolons from comments

(mucks up logic in install.php)
and fixed stray commas that stopped it parsing as valid SQL
This commit is contained in:
Brenda Wallace 2009-06-25 21:59:33 +12:00
parent 4f9c3b50e7
commit 6b71009206

View File

@ -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);