]> git.openstreetmap.org Git - nominatim.git/commitdiff
select rights on import_polygon_delete for web view
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Nov 2012 20:58:05 +0000 (21:58 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Nov 2012 20:58:05 +0000 (21:58 +0100)
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;