fix(chalice): changed s-permissions
fix(DB): changed s-permissions
This commit is contained in:
parent
2ff0d164fb
commit
b99e97cd5b
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ SET metric_type='heatMap',
|
|||
metric_of='heatMapUrl'
|
||||
WHERE metric_type = 'clickMap';
|
||||
|
||||
UPDATE public.roles
|
||||
SET permissions='{SERVICE_SESSION_REPLAY,SERVICE_DEV_TOOLS,SERVICE_ASSIST_LIVE,SERVICE_ASSIST_CALL}'
|
||||
WHERE service_role;
|
||||
|
||||
COMMIT;
|
||||
|
||||
\elif :is_next
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue