mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
another int => bigint issue in addressline
This commit is contained in:
committed by
Sarah Hoffmann
parent
78d7221e1b
commit
9320dbfd4b
@@ -2254,7 +2254,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,
|
||||
|
||||
Reference in New Issue
Block a user