From 94fab7ad1cdf997d9a8ce203e57bdd617e64e3c8 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 25 Aug 2025 13:28:32 +0530 Subject: [PATCH] fix: schema --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index 811032405..fec8293cf 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -37,6 +37,7 @@ ActiveRecord::Schema[7.1].define(version: 2025_08_25_070005) do t.string "sp_entity_id" t.boolean "enforced_sso", default: false, null: false t.json "attribute_mappings", default: {} + t.json "role_mappings", default: {} t.datetime "created_at", null: false t.datetime "updated_at", null: false t.index ["account_id"], name: "index_account_saml_settings_on_account_id"