diff options
author | Evan Prodromou <evan@status.net> | 2009-12-12 16:18:55 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-12 16:18:55 -0500 |
commit | a5a89f50b8e3f9b99d8ea3a7eff378637b149c7f (patch) | |
tree | 771b39f50b6272f62d08902d25b9fb54eb11937d /db/statusnet_pg.sql | |
parent | cc063aedccd614d6e486d88921c7752ec5750551 (diff) | |
parent | 1ec54d3433a79f56c14c0a99114bb1e607348899 (diff) |
Merge branch 'forward' into 0.9.x
Diffstat (limited to 'db/statusnet_pg.sql')
-rw-r--r-- | db/statusnet_pg.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index c37fa81de..020bfd967 100644 --- a/db/statusnet_pg.sql +++ b/db/statusnet_pg.sql @@ -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) */ ); |