]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
select rights on import_polygon_delete for web view
[nominatim.git] / sql / tables.sql
index 13954149926f40cda40687537330fef6d5e88ef0..acca8cbd3f8fd29a3aea4b5170c6a3f49c3cc86e 100644 (file)
@@ -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;