changeset 105:b5e403843639

waterway_admin needs to see his responsibility area.
author Tom Gottfried <tom@intevation.de>
date Fri, 15 Jun 2018 18:41:42 +0200
parents bc1c7fa3a939
children ae5bb7a979ff
files auth.sql
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/auth.sql	Fri Jun 15 18:15:04 2018 +0200
+++ b/auth.sql	Fri Jun 15 18:41:42 2018 +0200
@@ -30,6 +30,7 @@
       TO waterway_admin;
 -- TODO: will there ever be UPDATEs or can we drop that due to historicisation?
 GRANT INSERT, UPDATE ON templates, user_templates TO waterway_admin;
+GRANT SELECT ON responsibility_areas TO waterway_admin;
 
 --
 -- Extended privileges for sys_admin