mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
622d804d46
FIX: Better RateLimit description in rejected IncomingEmail FEATURE: Send email when hitting a rate limit
6 lines
149 B
Ruby
6 lines
149 B
Ruby
class AddRejectionMessageToIncomingEmail < ActiveRecord::Migration
|
|
def change
|
|
add_column :incoming_emails, :rejection_message, :text
|
|
end
|
|
end
|