feat: update model

This commit is contained in:
Shivam Mishra
2025-09-02 15:13:43 +05:30
parent 9081da755d
commit 7cd0863487
3 changed files with 3 additions and 0 deletions
@@ -5,6 +5,7 @@ class CreateAccountSamlSettings < ActiveRecord::Migration[7.1]
t.string :sso_url
t.text :certificate
t.string :sp_entity_id
t.string :idp_entity_id
t.json :role_mappings, default: {}
t.timestamps
+1
View File
@@ -33,6 +33,7 @@ ActiveRecord::Schema[7.1].define(version: 2025_08_25_070005) do
t.string "sso_url"
t.text "certificate"
t.string "sp_entity_id"
t.string "idp_entity_id"
t.json "role_mappings", default: {}
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
@@ -9,6 +9,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# account_id :bigint not null
# idp_entity_id :string
# sp_entity_id :string
#
# Indexes