Class: RenameIdpFieldsOnIdentityProviderToSso

Inherits:
Object
  • Object
show all
Defined in:
lib/osso/db/migrate/20200715154211_rename_idp_fields_on_identity_provider_to_sso.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/osso/db/migrate/20200715154211_rename_idp_fields_on_identity_provider_to_sso.rb', line 2

def change
  rename_column :identity_providers, :idp_cert, :sso_cert
  rename_column :identity_providers, :idp_sso_target_url, :sso_url
end