]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge commit 'mainline/0.9.x' into 0.9.x
authorBrenda Wallace <shiny@cpan.org>
Sun, 10 Jan 2010 01:06:15 +0000 (14:06 +1300)
committerBrenda Wallace <shiny@cpan.org>
Sun, 10 Jan 2010 01:06:15 +0000 (14:06 +1300)
db/statusnet_pg.sql

index 020bfd967052051fa3cab3ee1bea2d54417f5583..998cc71e941552aacbfd4cd37b75493e8f465085 100644 (file)
@@ -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) */
 );