]> err.no Git - mapper/commitdiff
Add field to store where the place is in (0=no idea, anything else=id of parent place...
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 16 Jul 2007 09:51:01 +0000 (12:51 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 16 Jul 2007 09:51:01 +0000 (12:51 +0300)
docs/osm-tables.sql

index 7bbfeede0b1a57a98b356c6036a3c7493c8eed85..e8d87d2eb47e07c73d49d5f09217be972c5c82d1 100644 (file)
@@ -50,7 +50,8 @@ create table way_ref (
 create table places (
        nid     int primary key,
        type    int not null,
-       name    text
+       name    text,
+       isin    int
 );
 
 CREATE TABLE poi (