]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables-minimal.sql
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / 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
   );