1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(bug) remove a unused variable

This commit is contained in:
Du Peng 2024-02-01 18:00:48 +01:00
parent 2aaf801c1f
commit e27fd10a48

View File

@ -3,5 +3,5 @@
class AddProfileUrlToSamlProviders < ActiveRecord::Migration[7.0]
def change
add_column :saml_providers, :profile_url, :string
s end
end
end