]> err.no Git - mapper/commitdiff
Add isin field for POIs.
authorKaj-Michael Lang <milang@angel.tal.org>
Sun, 22 Jul 2007 15:08:54 +0000 (18:08 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Sun, 22 Jul 2007 15:08:54 +0000 (18:08 +0300)
docs/osm-tables.sql

index 26f368a2b5412f1b049031050ebc46b21290772a..8f0138eaf0e03e259c5489848cd1036b37c72fe0 100644 (file)
@@ -57,6 +57,7 @@ create table poi (
        source  integer default 0,
        cat_id  integer,
        osm_id  integer default 0,
+       isin    integer default 0,
        priority int default 2
 );