X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/28041cbbd923dae24b96e9d2790c17df4d4c80e0..a9c06d89c144fb90616e3a780029fe3d9bcfd90d:/sql/tables.sql?ds=inline diff --git a/sql/tables.sql b/sql/tables.sql index 75129ce8..19398eb5 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -95,6 +95,7 @@ CREATE TABLE location_property_osmline ( endnumber INTEGER, interpolationtype TEXT, street TEXT, + addr_place TEXT, postcode TEXT, calculated_country_code VARCHAR(2), geometry_sector INTEGER,