removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G
This commit is contained in:
parent
e687862ca1
commit
9c97e33d35
|
@ -136,7 +136,6 @@ create table notice (
|
||||||
is_local integer default 0 /* comment 'notice was generated by a user' */,
|
is_local integer default 0 /* comment 'notice was generated by a user' */,
|
||||||
source varchar(32) /* comment 'source of comment, like "web", "im", or "clientname"' */,
|
source varchar(32) /* comment 'source of comment, like "web", "im", or "clientname"' */,
|
||||||
conversation integer /*id of root notice in this conversation' */ references notice (id),
|
conversation integer /*id of root notice in this conversation' */ references notice (id),
|
||||||
location varchar(255) /* comment 'physical location' */,
|
|
||||||
lat decimal(10,7) /* comment 'latitude'*/ ,
|
lat decimal(10,7) /* comment 'latitude'*/ ,
|
||||||
lon decimal(10,7) /* comment 'longitude'*/ ,
|
lon decimal(10,7) /* comment 'longitude'*/ ,
|
||||||
location_id integer /* comment 'location id if possible'*/ ,
|
location_id integer /* comment 'location id if possible'*/ ,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user