X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/cf35f1931887e8d3548393d2c04e1bb8cf643e0c..9e35e5c2b02887e361972ffbb20e65bbba0d02c7:/data/gb_postcode_table.sql diff --git a/data/gb_postcode_table.sql b/data/gb_postcode_table.sql index 7cd3f694..bee8a964 100644 --- a/data/gb_postcode_table.sql +++ b/data/gb_postcode_table.sql @@ -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";