fix(chalice): changed s-permissions

fix(DB): changed s-permissions
This commit is contained in:
Taha Yassine Kraiem 2024-07-04 14:27:32 +02:00
parent 2ff0d164fb
commit b99e97cd5b

View file

@ -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