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