gitlab-org--gitlab-foss/db
Stan Hu 59ed1d3cbb Fix reply-by-email not working due to queue name mismatch
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
2016-10-23 21:35:52 -07:00
..
fixtures Refactor code to use available and stopped statuses and refactor views to use separate renders 2016-10-17 12:45:31 +02:00
migrate Fix reply-by-email not working due to queue name mismatch 2016-10-23 21:35:52 -07:00
schema.rb Fix reply-by-email not working due to queue name mismatch 2016-10-23 21:35:52 -07:00
seeds.rb