mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-21 06:52:06 +02:00
5 lines
187 B
SQL
5 lines
187 B
SQL
-- neutralization of Google calendar
|
|
UPDATE res_users_settings
|
|
SET google_calendar_rtoken = NULL,
|
|
google_calendar_token = NULL,
|
|
google_synchronization_stopped = True;
|