From 42896ac1fbe1b952bb7949c069b2c8c5647c1185 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 10 Jan 2010 14:04:18 +1300 Subject: fixed stray comma --- db/statusnet_pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/statusnet_pg.sql') diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index 020bfd967..998cc71e9 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) */ ); -- cgit v1.2.3-54-g00ecf