]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
change code to work with a 64-bit node size osm2pgsql
[nominatim.git] / sql / tables.sql
index 51690ae079ad101117e0015967b31e40c48032cb..385e1fc90d1fcba3fa7ba0329f72bd59d94cbe73 100644 (file)
@@ -192,7 +192,7 @@ CREATE TABLE placex (
   place_id BIGINT NOT NULL,
   partition integer,
   osm_type char(1),
-  osm_id INTEGER,
+  osm_id BIGINT,
   class TEXT NOT NULL,
   type TEXT NOT NULL,
   name HSTORE,