X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bdec4e648823bf33dd3f898b6c202d6d9f1251e3..8cab47785d6167228649e3fe92cf84fb582de059:/sql/partition-tables.src.sql?ds=inline 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 );