mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
another int => bigint issue in addressline
This commit is contained in:
@@ -2321,7 +2321,7 @@ DROP TYPE addressline CASCADE;
|
|||||||
create type addressline as (
|
create type addressline as (
|
||||||
place_id BIGINT,
|
place_id BIGINT,
|
||||||
osm_type CHAR(1),
|
osm_type CHAR(1),
|
||||||
osm_id INTEGER,
|
osm_id BIGINT,
|
||||||
name HSTORE,
|
name HSTORE,
|
||||||
class TEXT,
|
class TEXT,
|
||||||
type TEXT,
|
type TEXT,
|
||||||
|
|||||||
Reference in New Issue
Block a user