neutralize.sql 78 B

1234
  1. -- disable oauth providers
  2. UPDATE auth_oauth_provider
  3. SET enabled = false;