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:
Frederik Ramm 2011-10-21 06:48:04 +00:00
parent edb1e89be3
commit d7f4a7dac6

View File

@ -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
);