forked from GNUsocial/gnu-social
added missing conversation id to notices
Conflicts: db/laconica_pg.sql
This commit is contained in:
@@ -120,7 +120,6 @@ 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);
|
||||||
|
Reference in New Issue
Block a user