mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
fix typo mentioned by mathieu monney on mapquest's forum two weeks ago. this typo is responsible for 'location_property_tiger does not exist' errors.
This commit is contained in:
parent
edb1e89be3
commit
d7f4a7dac6
@ -31,7 +31,7 @@ drop table IF EXISTS location_property CASCADE;
|
||||
CREATE TABLE location_property (
|
||||
place_id BIGINT,
|
||||
partition integer,
|
||||
parent_place_id BIINT,
|
||||
parent_place_id BIGINT,
|
||||
housenumber TEXT,
|
||||
postcode TEXT
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user