added missing conversation id to notices
Conflicts: db/laconica_pg.sql
This commit is contained in:
parent
6b71009206
commit
b5fa0ac1d1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user