????

Your IP : 3.133.100.106


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20211213122102_remove_open_id_setting.rb

class RemoveOpenIdSetting < ActiveRecord::Migration[6.1]
  def change
    Setting.where(:name => 'openid').delete_all
  end
end