Skip to content

Commit

Permalink
set ff to true for 6.3.0 migration file (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALCooper12 authored Dec 5, 2024
1 parent da6297a commit d682a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/api/src/database/migration/migrations/v6.3.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ UPDATE feature_flags SET enabled = true WHERE key = 'updated_posture_page';

-- Fix users in bad state due to sso bug
DELETE FROM auth_secrets WHERE id IN (SELECT auth_secrets.id FROM auth_secrets JOIN users ON users.id = auth_secrets.user_id WHERE users.sso_provider_id IS NOT NULL);

-- Set the `oidc_support` feature flag to true
UPDATE feature_flags SET enabled = true WHERE key = 'oidc_support';

0 comments on commit d682a6a

Please sign in to comment.