Odoo18-Base/addons/microsoft_calendar/data/neutralize.sql

10 lines
304 B
MySQL
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
-- neutralization of Microsoft calendar
UPDATE res_users
SET microsoft_calendar_token = NULL,
microsoft_calendar_rtoken = NULL;
UPDATE res_users_settings
SET microsoft_calendar_sync_token = NULL,
microsoft_synchronization_stopped = True,
microsoft_last_sync_date = NULL;