Skip to content

Commit

Permalink
chore: sets the updated_posture_page feature flag to true in the 6.…
Browse files Browse the repository at this point in the history
…3.0 migration file (#979)
  • Loading branch information
elikmiller authored Nov 26, 2024
1 parent 6eb3479 commit e6bfe45
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 @@ -27,3 +27,6 @@ ALTER TABLE ONLY saml_providers
-- Update root_uri_version to default to 2 or "/v2/sso/" for newly created saml providers
ALTER TABLE ONLY saml_providers
ALTER COLUMN root_uri_version SET DEFAULT 2;

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

0 comments on commit e6bfe45

Please sign in to comment.