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