From: Kaj-Michael Lang Date: Tue, 30 Oct 2007 19:00:19 +0000 (+0200) Subject: Remove area table X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc63cac9e576a0e4c08de73e527de10a06caf2c;p=mapper Remove area table --- diff --git a/docs/osm-tables.sql b/docs/osm-tables.sql index f7938ce..fdfb211 100644 --- a/docs/osm-tables.sql +++ b/docs/osm-tables.sql @@ -40,13 +40,6 @@ create table way_n2n ( t int not null ); -create table area ( - waid int not null, - num int not null, - lat int not null, - lon int not null -); - create table way_names ( wid int primary key, name varchar(256)