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