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