]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/functions.sql
another int => bigint issue in addressline
[nominatim.git] / sql / functions.sql
index 476dff3b712a3f7f8c31864161d1af22b6cabdb6..6fbfa7326a7bdf2a345a36c96cd85b86c5d84ea7 100644 (file)
@@ -2321,7 +2321,7 @@ DROP TYPE addressline CASCADE;
 create type addressline as (
   place_id BIGINT,
   osm_type CHAR(1),
-  osm_id INTEGER,
+  osm_id BIGINT,
   name HSTORE,
   class TEXT,
   type TEXT,