mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
fix typo
This commit is contained in:
@@ -226,8 +226,8 @@ CREATE TABLE import_polygon_error (
|
|||||||
country_code varchar(2),
|
country_code varchar(2),
|
||||||
updated timestamp,
|
updated timestamp,
|
||||||
errormessage text,
|
errormessage text,
|
||||||
prevgeometry GEOMTRY(Geometry, 4326),
|
prevgeometry GEOMETRY(Geometry, 4326),
|
||||||
newgeometry GEOMTRY(Geometry, 4326)
|
newgeometry GEOMETRY(Geometry, 4326)
|
||||||
);
|
);
|
||||||
CREATE INDEX idx_import_polygon_error_osmid ON import_polygon_error USING BTREE (osm_type, osm_id);
|
CREATE INDEX idx_import_polygon_error_osmid ON import_polygon_error USING BTREE (osm_type, osm_id);
|
||||||
GRANT SELECT ON import_polygon_error TO "{www-user}";
|
GRANT SELECT ON import_polygon_error TO "{www-user}";
|
||||||
|
|||||||
Reference in New Issue
Block a user