From b99e97cd5bf18bbce3e33765171228ebb7ae7549 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Thu, 4 Jul 2024 14:27:32 +0200 Subject: [PATCH] fix(chalice): changed s-permissions fix(DB): changed s-permissions --- ee/scripts/schema/db/init_dbs/postgresql/1.19.0/1.19.0.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ee/scripts/schema/db/init_dbs/postgresql/1.19.0/1.19.0.sql b/ee/scripts/schema/db/init_dbs/postgresql/1.19.0/1.19.0.sql index 2c2e3ff12..ae1d8c3a9 100644 --- a/ee/scripts/schema/db/init_dbs/postgresql/1.19.0/1.19.0.sql +++ b/ee/scripts/schema/db/init_dbs/postgresql/1.19.0/1.19.0.sql @@ -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