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:
parent
4f9c3b50e7
commit
6b71009206
|
@ -120,6 +120,7 @@ create table notice (
|
||||||
conversation integer /*id of root notice in this conversation' */ references notice (id)
|
conversation integer /*id of root notice in this conversation' */ references notice (id)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* FULLTEXT(content) */
|
/* FULLTEXT(content) */
|
||||||
);
|
);
|
||||||
create index notice_profile_id_idx on notice using btree(profile_id);
|
create index notice_profile_id_idx on notice using btree(profile_id);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user