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