]> err.no Git - mapper/commitdiff
Update poi table definition
authorKaj-Michael Lang <milang@tal.org>
Thu, 1 Nov 2007 00:44:16 +0000 (02:44 +0200)
committerKaj-Michael Lang <milang@tal.org>
Thu, 1 Nov 2007 00:44:16 +0000 (02:44 +0200)
src/poi.c

index 5f415607f99480abeb99db3c0c987c7748822cd9..eebbf238cb6d042cee4652a51b446c12bbcfa09c 100644 (file)
--- a/src/poi.c
+++ b/src/poi.c
@@ -165,9 +165,12 @@ if (SQLITE_OK != sqlite3_get_table(db, "select label from poi limit 1",
                "elev real, "
                "label text, "
                "desc text, "
-               "public int, "
+               "url text, "
+               "public int default 1, "
                "source int default 0, "
                "osm_id int default 0, "
+               "isin_c int default 0, "
+               "isin_p int default 0, "
                "priority int default 2, "
                "cat_id int);"
             "create table category (cat_id INTEGER PRIMARY KEY AUTOINCREMENT,"