added missing conversation id to notices

Conflicts:

	db/laconica_pg.sql
This commit is contained in:
Brenda Wallace 2009-07-15 18:48:39 +12:00
parent 6b71009206
commit b5fa0ac1d1

View File

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