]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix typo mentioned by mathieu monney on mapquest's forum two weeks ago. this typo...
authorFrederik Ramm <frederik@remote.org>
Fri, 21 Oct 2011 06:48:04 +0000 (06:48 +0000)
committerFrederik Ramm <frederik@remote.org>
Fri, 21 Oct 2011 06:48:04 +0000 (06:48 +0000)
sql/tables-minimal.sql

index 3dad8aa5dd01bf5d16d68df0c0e0f9e19f847210..d7a2863397912d12d2f21fffd661ddeeae2d782f 100644 (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
   );