From e9d852969f76e05ef5072083ed7c2c0983ea4624 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 25 Aug 2025 13:43:28 +0530 Subject: [PATCH] chore: update model annotation --- enterprise/app/models/account_saml_settings.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/app/models/account_saml_settings.rb b/enterprise/app/models/account_saml_settings.rb index 9fef9f5db..8a46f8d7f 100644 --- a/enterprise/app/models/account_saml_settings.rb +++ b/enterprise/app/models/account_saml_settings.rb @@ -8,6 +8,7 @@ # certificate_fingerprint :string # enabled :boolean default(FALSE), not null # enforced_sso :boolean default(FALSE), not null +# role_mappings :json # sso_url :string # created_at :datetime not null # updated_at :datetime not null