mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-19 09:52:02 +02:00
5 lines
175 B
SQL
5 lines
175 B
SQL
-- neutralization of Google calendar
|
|
UPDATE google_calendar_credentials
|
|
SET calendar_rtoken = NULL,
|
|
calendar_token = NULL,
|
|
synchronization_stopped = True;
|