X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f17c5345ec0ec0b85347b6ccb1b50900d645b4b2..ce1df51d6e502106f475fe74714eab390b34365c:/sql/tables.sql diff --git a/sql/tables.sql b/sql/tables.sql index ac4d0956..d5cf7bcd 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -199,7 +199,8 @@ CREATE TABLE placex ( indexed_status INTEGER, indexed_date TIMESTAMP, wikipedia TEXT, -- calculated wikipedia article name (language:title) - geometry_sector INTEGER + geometry_sector INTEGER, + calculated_country_code varchar(2) ); SELECT AddGeometryColumn('placex', 'centroid', 4326, 'GEOMETRY', 2); CREATE UNIQUE INDEX idx_place_id ON placex USING BTREE (place_id);