Grant select building_properties to app db user
This commit is contained in:
parent
7b8b4226c9
commit
6737c87803
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user