diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-01-10 14:04:18 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-01-10 14:04:18 +1300 |
commit | 42896ac1fbe1b952bb7949c069b2c8c5647c1185 (patch) | |
tree | d2eb1a8d58a1e1104bf6b4fcb321404bf6427638 /db/statusnet_pg.sql | |
parent | dc89adb36d7ff6bba292ff420016301576613c52 (diff) |
fixed stray comma
Diffstat (limited to 'db/statusnet_pg.sql')
-rw-r--r-- | db/statusnet_pg.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ ); |