Odoo18-Base/addons/auth_oauth/data/neutralize.sql
2025-01-06 10:57:38 +07:00

4 lines
78 B
SQL

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