switch remaining GRANTs to configurable web user

fixes #252
This commit is contained in:
Sarah Hoffmann
2015-03-05 21:55:20 +01:00
parent 6dcdf34fda
commit 9e3e7bf791
4 changed files with 4 additions and 3 deletions

View File

@@ -24,4 +24,3 @@ CREATE TABLE gb_postcode (
CONSTRAINT enforce_srid_geometry CHECK ((st_srid(geometry) = 4326))
);
GRANT SELECT ON TABLE gb_postcode TO "www-data";