X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4d16677d2ee4e57cef44d7a208b15b390d5994f4..c6d8e91b8872196c3ac744746288989ea66af145:/sql/tables-minimal.sql 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 );