diff --git a/db/migrate/20240126145351_add_profile_url_to_saml_providers.rb b/db/migrate/20240126145351_add_profile_url_to_saml_providers.rb index 50d10bb4d..a3e299f95 100644 --- a/db/migrate/20240126145351_add_profile_url_to_saml_providers.rb +++ b/db/migrate/20240126145351_add_profile_url_to_saml_providers.rb @@ -3,5 +3,5 @@ class AddProfileUrlToSamlProviders < ActiveRecord::Migration[7.0] def change add_column :saml_providers, :profile_url, :string -s end + end end