summaryrefslogtreecommitdiff
path: root/db/migrate/20161024042317_migrate_mailroom_queue_from_default.rb
Commit message (Collapse)AuthorAgeFilesLines
* Exclude migrations from Style/MutableConstantDouwe Maan2017-02-231-1/+1
|
* Enable Security/JSONLoadDouwe Maan2017-02-231-1/+1
|
* Enable Style/MutableConstantDouwe Maan2017-02-231-2/+2
|
* Fix reply-by-email not working due to queue name mismatchsh-fix-mailroom-configStan Hu2016-10-231-0/+63
mail_room was configured to deliver mail to the `incoming_email` queue while `EmailReceiveWorker` was reading the `email_receiver` queue. Adds a migration that repeats the work of a previous migration to ensure all mails that wound up in the old queue get processed. Closes #23689