6 lines
175 B
MySQL
6 lines
175 B
MySQL
|
-- neutralization of Google calendar
|
||
|
UPDATE google_calendar_credentials
|
||
|
SET calendar_rtoken = NULL,
|
||
|
calendar_token = NULL,
|
||
|
synchronization_stopped = True;
|