diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-08-16 14:47:18 +1200 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-08-16 10:03:53 -0700 |
commit | fa778148876cad5d7ecc15866bf880d32d2f9da0 (patch) | |
tree | 85da52442e1a6e583a502cf2f8bb64e5a3770354 | |
parent | 5110275a38f68a52114a5f51d661ace730a9428b (diff) |
removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G
-rw-r--r-- | db/statusnet_pg.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index 2db98550c..fe0758de8 100644 --- a/db/statusnet_pg.sql +++ b/db/statusnet_pg.sql @@ -136,7 +136,6 @@ create table notice ( is_local integer default 0 /* comment 'notice was generated by a user' */, source varchar(32) /* comment 'source of comment, like "web", "im", or "clientname"' */, conversation integer /*id of root notice in this conversation' */ references notice (id), - location varchar(255) /* comment 'physical location' */, lat decimal(10,7) /* comment 'latitude'*/ , lon decimal(10,7) /* comment 'longitude'*/ , location_id integer /* comment 'location id if possible'*/ , |