From: Brenda Wallace Date: Sun, 10 Jan 2010 01:04:18 +0000 (+1300) Subject: fixed stray comma X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=42896ac1fbe1b952bb7949c069b2c8c5647c1185;p=quix0rs-gnu-social.git fixed stray comma --- 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) */ );