Grant select building_properties to app db user

This commit is contained in:
Tom Russell 2018-10-25 14:43:37 +01:00
parent 7b8b4226c9
commit 6737c87803

View File

@ -35,6 +35,7 @@ GRANT SELECT ON TABLE user_access_levels, user_categories TO appusername;
-- read/write building data
GRANT SELECT, UPDATE ON TABLE buildings TO appusername;
GRANT SELECT, INSERT, DELETE ON TABLE building_user_likes TO appusername;
GRANT SELECT ON TABLE building_properties TO appusername;
-- read geometry data
GRANT SELECT ON TABLE geometries TO appusername;
-- read/append to logs