mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-18 05:32:05 +02:00
5 lines
190 B
SQL
5 lines
190 B
SQL
-- neutralization of Microsoft calendar
|
|
UPDATE res_users
|
|
SET microsoft_calendar_token = NULL,
|
|
microsoft_calendar_rtoken = NULL,
|
|
microsoft_synchronization_stopped = True;
|