From: Sarah Hoffmann Date: Thu, 29 Nov 2012 20:58:05 +0000 (+0100) Subject: select rights on import_polygon_delete for web view X-Git-Tag: v2.2.0~175^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/07720619586682604187d27ed3bcb8e9cba8ba7c select rights on import_polygon_delete for web view --- diff --git a/sql/tables.sql b/sql/tables.sql index 13954149..acca8cbd 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -289,6 +289,7 @@ CREATE TABLE import_polygon_delete ( type TEXT NOT NULL ); CREATE INDEX idx_import_polygon_delete_osmid ON import_polygon_delete USING BTREE (osm_type, osm_id); +GRANT SELECT ON import_polygon_delete TO "www-data"; drop sequence file; CREATE SEQUENCE file start 1;