1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/google_calendar/data/neutralize.sql
2024-12-10 09:04:09 +07:00

6 lines
175 B
SQL

-- neutralization of Google calendar
UPDATE google_calendar_credentials
SET calendar_rtoken = NULL,
calendar_token = NULL,
synchronization_stopped = True;