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