auth_oauth/data/neutralize.sql

4 lines
78 B
SQL

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