From d7f4a7dac6b611ad92ec95d247b962f8bf23dd61 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Fri, 21 Oct 2011 06:48:04 +0000 Subject: [PATCH] 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. --- sql/tables-minimal.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/tables-minimal.sql b/sql/tables-minimal.sql index 3dad8aa5..d7a28633 100644 --- a/sql/tables-minimal.sql +++ b/sql/tables-minimal.sql @@ -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 ); -- 2.39.5