odoo18/addons/google_calendar/data/neutralize.sql

6 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;