select rights on import_polygon_delete for web view

This commit is contained in:
Sarah Hoffmann 2012-11-29 21:58:05 +01:00
parent e66df16ecb
commit 0772061958

View 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;