????
Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
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