refactor(DB): changes
This commit is contained in:
parent
b99e97cd5b
commit
55bb721a64
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ UPDATE public.roles
|
|||
SET permissions='{SERVICE_SESSION_REPLAY,SERVICE_DEV_TOOLS,SERVICE_ASSIST_LIVE,SERVICE_ASSIST_CALL}'
|
||||
WHERE service_role;
|
||||
|
||||
UPDATE public.users
|
||||
SET weekly_report= FALSE
|
||||
WHERE service_account;
|
||||
|
||||
COMMIT;
|
||||
|
||||
\elif :is_next
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue