X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bdec4e648823bf33dd3f898b6c202d6d9f1251e3..1cb87164d99701315ac0f2e99beaa6edd64ddb63:/sql/partition-tables.src.sql diff --git a/sql/partition-tables.src.sql b/sql/partition-tables.src.sql index eb2ed77b..d8f02e10 100644 --- a/sql/partition-tables.src.sql +++ b/sql/partition-tables.src.sql @@ -21,6 +21,7 @@ create type nearfeaturecentr as ( rank_search smallint, distance float, isguess boolean, + postcode TEXT, centroid GEOMETRY );