]> err.no Git - mapper/commitdiff
Remove area table
authorKaj-Michael Lang <milang@tal.org>
Tue, 30 Oct 2007 19:00:19 +0000 (21:00 +0200)
committerKaj-Michael Lang <milang@tal.org>
Tue, 30 Oct 2007 19:00:19 +0000 (21:00 +0200)
docs/osm-tables.sql

index f7938cee8d18609966d99487139b7c438ccd5134..fdfb211265ac4a9f014b075e2e72f3850e12d087 100644 (file)
@@ -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)