Odoo18-Base/addons/auth_oauth/data/neutralize.sql
2025-03-10 11:12:23 +07:00

4 lines
78 B
SQL

-- disable oauth providers
UPDATE auth_oauth_provider
SET enabled = false;