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

@@ -295,7 +295,6 @@ CREATE INDEX idx_country_name_country_code ON country_name USING btree (country_
--
REVOKE ALL ON TABLE country_name FROM PUBLIC;
GRANT SELECT ON TABLE country_name TO "www-data";
--