X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=db%2Fstatusnet_pg.sql;h=998cc71e941552aacbfd4cd37b75493e8f465085;hb=260f00d60bc83ac641d6fbe465e70aec33ccd9be;hp=020bfd967052051fa3cab3ee1bea2d54417f5583;hpb=3d06431787430f7102087ee4a8a66319fcb50350;p=quix0rs-gnu-social.git diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index 020bfd9670..998cc71e94 100644 --- a/db/statusnet_pg.sql +++ b/db/statusnet_pg.sql @@ -136,7 +136,7 @@ create table notice ( lon decimal(10,7) /* comment 'longitude'*/ , location_id integer /* comment 'location id if possible'*/ , location_ns integer /* comment 'namespace for location'*/ , - repeat_of integer /* comment 'notice this is a repeat of' */ references notice (id) , + repeat_of integer /* comment 'notice this is a repeat of' */ references notice (id) /* FULLTEXT(content) */ );