auth_oauth/data/neutralize.sql

4 lines
78 B
MySQL
Raw Normal View History

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