????

Your IP : 3.128.226.211


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20210801145548_remove_bcc_recipients_setting.rb

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