From 9c97e33d35b4d98933cd0a574ecd704032d69b90 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 16 Aug 2010 14:47:18 +1200 Subject: [PATCH] removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G --- db/statusnet_pg.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index 2db98550c9..fe0758de89 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'*/ ,