6 lines
190 B
SQL
6 lines
190 B
SQL
-- neutralization of Microsoft calendar
|
|
UPDATE res_users
|
|
SET microsoft_calendar_token = NULL,
|
|
microsoft_calendar_rtoken = NULL,
|
|
microsoft_synchronization_stopped = True;
|