feat: update model
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user