mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-18 05:12:01 +02:00
3 lines
78 B
SQL
3 lines
78 B
SQL
-- disable oauth providers
|
|
UPDATE auth_oauth_provider
|
|
SET enabled = false;
|