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

9 lines
304 B
SQL

-- Unset Firebase configuration within website
UPDATE website
SET firebase_enable_push_notifications = false,
firebase_use_own_account = false,
firebase_project_id = NULL,
firebase_web_api_key = NULL,
firebase_push_certificate_key = NULL,
firebase_sender_id = NULL;