]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/statusnet_pg.sql
Initial upgraded Atom output for group timelines
[quix0rs-gnu-social.git] / db / statusnet_pg.sql
index c37fa81dee35b2c7fd2edb76ca412f9011943808..998cc71e941552aacbfd4cd37b75493e8f465085 100644 (file)
@@ -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) */
 );