Add note on building_verification table permissions

This commit is contained in:
Tom Russell 2020-08-04 16:52:21 +01:00
parent 1b3014471c
commit a143b76dde

View File

@ -47,6 +47,8 @@ GRANT USAGE ON ALL SEQUENCES IN SCHEMA public to appusername;
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO appusername;
-- read map search locations
GRANT SELECT ON TABLE search_locations to appusername;
-- add/save user building attribute verification
GRANT SELECT, INSERT, DELETE ON TABLE building_verification TO appusername;
```
Set or update passwords: