Add note on building_verification table permissions
This commit is contained in:
parent
1b3014471c
commit
a143b76dde
@ -47,6 +47,8 @@ GRANT USAGE ON ALL SEQUENCES IN SCHEMA public to appusername;
|
|||||||
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO appusername;
|
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO appusername;
|
||||||
-- read map search locations
|
-- read map search locations
|
||||||
GRANT SELECT ON TABLE search_locations to appusername;
|
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:
|
Set or update passwords:
|
||||||
|
Loading…
Reference in New Issue
Block a user